Alphabetizing methods in Visual Studio

后端 未结 5 1591
[愿得一人]
[愿得一人] 2020-12-09 07:02

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

5条回答
  •  庸人自扰
    2020-12-09 07:58

    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.

提交回复
热议问题