Michael Ray Lovett
Michael Ray Lovett

Reputation: 7060

Is there an add-on to get better code formatting?

I've used the Banner style indention scheme for years (http://en.wikipedia.org/wiki/Indent_style), but the last two releases of Microsoft Visual Studio no longer handle this correctly and all day long I'm having to manually reformat code which is a huge pain.

Does anyone know if there are add-on tools that support Banner style indention inside Visual Studio?

Or perhaps you've found a way to trick VS into handling Banner style correctly?

Upvotes: 0

Views: 58

Answers (1)

Jim G.
Jim G.

Reputation: 15373

Sure. Resharper can handle this.

Resharper has a 'Code Cleanup' feature that can reformat your entire code base according to your indentation preferences.

Upvotes: 1

Related Questions