-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-IDEBugLSPissues related to the roslyn language server protocol implementationissues related to the roslyn language server protocol implementation
Milestone
Description
Version used:
VS 2022 v17.2 Preview 3
To reproduce:
- Invoke completions in
.razorfile - Click on method icon to filter for methods
Expected behavior:
I see only available methods
Actual behavior:

Note: there are also methods in this list. However, amount of delegates is larger, so methods items need some scroll to be seen
Additional context:
In C# the behaviour is expected:

And also in C# there are different categories for methods and delegates:

Also note inconsistency in UI: in C# there are more categories in general, they are sorted differently, and there is a green "plus" icon for showing advanced members, I believe. And when I select some category in C# all other icons fade out, while in razor they do not.
The behaviour of razor should fully match the behaviour of C# here IMO
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-IDEBugLSPissues related to the roslyn language server protocol implementationissues related to the roslyn language server protocol implementation