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?
source
share