Fix Intellisense on members when first dot is after newline
Open
Area-LangService-AutoComplete
Bug
Impact-Low
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
Consider the following gif:

If writing the initial dot on the same line as the type, Intellisense works (i.e., Intellisense suggests the `Create` member).
If entering a newline and indenting before the first dot, Intellisense does not show up.
However, Intellisense works fine for any additional newlines/dots. It's just the first one that is broken.
I would expect the Intellisense to also work for the first newline/dot if it's on the next line.
Please let me know if you need further details.
Contributor guide
Assessment
This issue has not been assessed yet.