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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top