-
Notifications
You must be signed in to change notification settings - Fork 832
Labels
Area-LangService-AutoCompleteautocomplete/intellisenseautocomplete/intellisenseBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone
Description
Consider the following example:
let f (s: string) =
s.Trim()
s.Trim()
s.Trim()
()It's expected that the member code completion is the same after each s.Trim() invocation, however, members are suggested in the first case only, and the next two cases suggest unqualified items:
Initially reported in RIDER-120178.
Metadata
Metadata
Assignees
Labels
Area-LangService-AutoCompleteautocomplete/intellisenseautocomplete/intellisenseBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.
Type
Projects
Status
Done

