Alphabetizing methods in Visual Studio

后端 未结 5 1571
[愿得一人]
[愿得一人] 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:52

    You can create such a function yourself using Devexpress' free DXCore product (the same extensibility framework used to create CodeRush).

提交回复
热议问题