C# pretty printers
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Dear experts, Does anyone know of some good C# pretty printers? I know .NET has some code formatting functionality built in, but I want an application that can handle variable/method/class renaming as well as mundane things like spacing, tabs, etc. I have found two so far, CodeSmart Code Formatter and SemanticDesigns C# Code Formatter, but I was hoping to be able to evaluate others. Thanks! -joschmo80