'Resharper plugin to sort the methods alphabetically?
Does something like that exist?
Solution 1:[1]
I don't think Resharper has it, but MZ-Tools does.
Solution 2:[2]
You can customize settings in resharper as explained here: Resharper Clean-up Code - how to affect sorting of methods?
worked for me
Solution 3:[3]
To clean up an interface by sorting alphabetically you can also create a class diagram with the interface, select all methods, cut and paste into the same class - and you're done.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Scott Dorman |
Solution 2 | Community |
Solution 3 | mattanja |