Improve C# -> F# lambda conversion codefix
Open
Area-LangService-CodeFixes
Feature Request
good first issue
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
Currently codefix is activated for this code:
```fsharp
let incAll = List.map (n => n + 1)
```
But not for this code:
```fsharp
let getPositives = List.filter (n => n > 0)
```
Not a bug, but would be useful.
Contributor guide
Assessment
This issue has not been assessed yet.