Sort participants in Visual Studio 2008. Drop-down list by member type, not alphabetically

I work with ASP.NET/C#, and when in the code view there is a drop-down list of members on a text editor. Any Visual Studio developers, even those with experience with the IDE, probably know what I'm talking about. In any case, the list displays all the members of the code file I'm working with now, in alphabetical order. Is there a way to change this to display this list by member type?

+5
source share

All Articles