dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.1k stars 4.04k forks source link

Reorder Intellisense method list based on method type (instance vs. extension) #59915

Open mwelsh1118 opened 2 years ago

mwelsh1118 commented 2 years ago

Visual Studio Intellisense puts all methods / properties available in alphabetical order. I preferred ReSharper's Intellisense, it bolds the methods / properties on the object and puts extension methods available further down this list.

jinujoseph commented 2 years ago

Related to #42676 cc @genlu

genlu commented 2 years ago

Removed the "need design review" label since we already discussed it earlier. I'm planning to work on a prototype based on this request.