Does something like that exist?
Asked
Active
Viewed 4,035 times
4 Answers
2
You can customize settings in resharper as explained here: Resharper Clean-up Code - how to affect sorting of methods?
worked for me

Community
- 1
- 1

Mathieu Chateau
- 241
- 2
- 5
1
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.

mattanja
- 1,442
- 14
- 21
1
There's a free plugin called Menees VS Tools 2022 (supports Visual Studio 2022) that allows you to sort the members of a type alphabetically:
https://marketplace.visualstudio.com/items?itemName=BillMenees.MeneesVSTools2022&ssr=false#overview

silkfire
- 24,585
- 15
- 82
- 105