I look for free extension for Visual Studio 2012, which will guard me to write class in correct oreder:
1st const
2nd private fields
3rd constructors etc...
I look for free extension for Visual Studio 2012, which will guard me to write class in correct oreder:
1st const
2nd private fields
3rd constructors etc...
Regionerate can handle your requirement. However, I'm not sure it still maintained.
However, my personal preference goes to Codemaid. Its "spade" tool allow to manually but quickly reorder class' members. This allow to remove mess in a class, but with no military requirement to sort alphabetically.