Continuous code formatting for Visual Studio

The new Continuous Formatting extension automates C# and C++ code formatting in Visual Studio 2013/2012/2010. It removes the necessity to format code (and reformat, and reformat again) manually, arranging code continuously as you type and make changes. More importantly, it allows you not to think about code layout and concentrate on more important software development activities.

At the moment Continuous Formatting uses the built-in Visual Studio code formatting engine that is controlled by standard text editor formatting options. I plan to add support for external code beautifiers as well.

Download the installer.

This entry was posted in Vlasov Studio tools and tagged , , , . Bookmark the permalink.

2 Responses to Continuous code formatting for Visual Studio

  1. Anonymous says:

    Funny, we’ve had this in VB.NET for a decade. 🙂

  2. Juan Chavez says:

    Very expensive for a tool with very reduced functionality

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s