Batch styling? Right-click clean up? Quick code format fixing?
That's what what I have in my mind about today's extension.
Pick a C# File, right-click and select "Clean up" and Run. And then check out your now cleaned up and formatted code.
That's today's extension!
Tidy C#
A Visual Studio extension that adds a few enhancements to improve C# code development. It provides a list of automatic refactoring tools for cleaner C# code.
- Close all open windows
- Right click on a C# file, folder, project or even the whole solution.
- Select "Clean up C#..."
- In the pop-up select the clean up actions you are interested in.
- Click Run
It will then open each file, apply the clean up actions, save and close. It can take a few minutes for a large codebase.
Recommendation
Check out all of its changes in your source control tool diff tool.
It's open source too (and under active development... ;)
Follow @CH9
Follow @coding4fun
Follow @gduncan411
