visual-studiovisual-studio-2008coding-styleresharperorganization

Alphabetizing methods in Visual Studio


Is there any sort of plug-in or tool available for Visual Studio 2008 to alphabetize methods? Ideally I'd like a tool that will alphabetize a selection, or specified type (i.e. only methods, not member variables), either automatically or on-demand.


Solution

  • Resharper has a Type Members Layout, which can order members by type, accessibility and alphabetically as well.

    You can also take a look into Ora , which presents a pane in visual studio that is ordered (even though your source may not be). Link's dead.