Question

I've been looking for a method to format my cs files.

I have already written a code that I have decided that needs to be cleaned and sorted into regions but it takes a really long time and effort to format all the cs files.

Is there any automation tool, dll, visual studio extension, etc that can be used to make some basic regions like Private Members, Public Methods, Ctors, etc...

Note: Snippets don't help in this case

Was it helpful?

Solution

I agree with @aaron-palmer on this, but if you really want to do it, Resharper cleanup templates can be used to add in regions

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top