C# Formatter is a Visual Studio 2010/2012/2013 addin that improves your C# programming experience, giving you the ability to cleanup and beautify the appearance of C# code.
At the moment the software provides these functionalities:
Beautify the code adding a splitter comment on top of each class, method, property or region
Remove the indentation of the code lines
Remove redundant blank lines
Remove ALL empty or invisible lines from the C# code
Remove all the comments from the C# code
Remove indentation on the left, and trim exceeding white characters on the right of each line of code
Inline all the code lines
Releases History
Version 1.2
Bugfixes
Added logging capabilities
Version 1.1
Convert the strings contained into the selected code into constants
Full code cleanup/beautify in a single command
Version 1.0:
Remove ALL empty or inivisible lines from the C# code
Remove all the comments from the C# code
Remove indentation on the left, and trim exceeding white characters on the right of each line of code
Inline all the code lines
Version 0.9:
Remove the indentation of the code lines
Remove redundant blank lines
Version 0.8:
Beautify the code adding a splitter comment on top of each class, method, property or region