CodeRush Code Encoding

I have several classes that are a complete mess. I would like CodeRush to organize code to group public, private, etc. Methods I would also like CodeRush to organize my public methods in a region and put fields and properties in regions.

How can i do this?

+1
source share
2 answers
+2
source

In addition to the CR_ClassCleaner plugin, there is a lighter and simpler version of such functions in the CR_MemberOrganizer plugin , which is supplied as an open source function in CodeRush.

0

All Articles