4

Does something like that exist?

Zach Johnson
  • 23,678
  • 6
  • 69
  • 86
AngryHacker
  • 59,598
  • 102
  • 325
  • 594

4 Answers4

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
2

I don't think Resharper has it, but MZ-Tools does.

Scott Dorman
  • 42,236
  • 12
  • 79
  • 110
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

enter image description here

silkfire
  • 24,585
  • 15
  • 82
  • 105