Fix Intellisense on members when first dot is after newline #10870
Labels
Area-LangService-AutoComplete
autocomplete/intellisense
Bug
Impact-Low
(Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone
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.
The text was updated successfully, but these errors were encountered: