dotnet / dotnet/fsharp

Fix Intellisense on members when first dot is after newline

Open
#10,870 1 comment 0 reactions 0 assignees View on GitHub
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:

![behavior](https://user-images.githubusercontent.com/7766733/104582918-c82a5a00-5660-11eb-923f-da16e0f61902.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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.