ionide / FsAutoComplete

F# language server using Language Server Protocol
Other
389 stars 151 forks source link

Add ReplaceLambdaWithDotLambda code fix #1251

Closed nojaf closed 3 months ago

nojaf commented 3 months ago

dotLambda

If someone has some more test cases in mind don't be shy.

Fixes #1194

TheAngryByrd commented 3 months ago

I know compiler complains of you already have a in scope sometimes else. Like (fun v -> v |> List,collect (_.Things))

nojaf commented 3 months ago

Yeah, there have been some fixes in this area for 8.0.300. Going to target nightly branch instead.

nojaf commented 3 months ago

Ready for review.

TheAngryByrd commented 3 months ago

Thank you!!