Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mimic Visual Studio IntelliSense filtering behavior in Visual Studio Code?

Is there an IntelliSense setting in Visual Studio Code to "filter" by Property, Method, Extension Method, or Template, similar to the behavior found in Visual Studio?

Visual Studio 2015:

Visual Studio 2015

Visual Studio Code (notice the List methods and LINQ extension methods are mixed together):

Visual Studio Code

like image 903
budi Avatar asked May 16 '17 21:05

budi


1 Answers

As far as I know, we have the IntelliSense filtering from VS 2017 RC version, not the VS 2015, please check this: Productivity in Visual Studio 2017 RC

I have checked the VS Code IntelliSense and its settings, there is no such feature for it. After research, I found some other community members already reported this user voice to the VS Code Product Team, please have a look at this: Add action(and ultimately a shortcut) to narrow auto suggestions by suggestion type #18639

Now the VS Code Product Team have not added any update yet, you can try to add a comment to know the current progress of this requested feature, thank you for your understanding.

like image 94
Sara Liu - MSFT Avatar answered Nov 03 '22 23:11

Sara Liu - MSFT