Is there any tool (VS extension, or maybe Resharper supports this ...) exists that can style the code in my class in a certain way? Like this:
public static fields/properties private static fields/properties public fields/properties private fields/properties constructors public static methods private static methods public methods private methods
etc.
(and they are all sorted alphabetically)
It would be so nice ...
I like it when my code is very organized, but sometimes I donβt follow my rules, and reorganizing everything manually can be a bit problematic)
code-formatting c # code-organization visual-studio-2010 resharper
illegal-immigrant
source share