Wrong completion after dot on a parameter without type hint in unfinished lambda
Open
Area-LangService-AutoComplete
Bug
Impact-Low
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
Minimal repro:
```fsharp
[System.DateTime.Now ] |> List.map (fun x -> x.
0
```
Finished lambda

Unfinished


The AST diff

This case is very common, I think it's worth fixing.
Contributor guide
Assessment
This issue has not been assessed yet.