How do I sort my code (by method name) in Visual Studio 2008?

前端 未结 5 2384
夕颜
夕颜 2021-02-19 20:22

Short of cutting and pasting, is there a way to sort the methods in my classes in Visual Studio 2008? I like orderly code.

5条回答
  •  别跟我提以往
    2021-02-19 21:00

    You may find or be able to make a macro to do this, but there is no built in functionality of VS to sort your methods. Some third party productivity tools like Resharper and CodeRush provide some functionality to reorder your code.

提交回复
热议问题