Visual Studio Drop-down Text Editor - Sort by Member Type

I am using Visual Studio 2010 C # Express and Visual Studio 2010 Shell.

At the top of the text editor window, there are two drop-down menus, one with a scope - the other with all members of the class.

It lists both functions and variables, is there a way to set the second drop-down list to display only methods / functions, or "sort it by member type" in the same way as a class representation?

EDITED: just received information from MS, there is no way to filter the navigation bar.

+5
source share

All Articles