Tag Archives: Visual Studio 2010

Shark Compiler Control for Visual Studio review

Shark Compiler Control by Sören Kewenig speeds up C++ compilation in Visual Studio 2010, 2008 and 2005 using multiple processor cores. It works similar to the /MP switch, but with less restrictions and more convenient control. Visual Studio has built-in … Continue reading

Posted in Reviews | Tagged , , , | Leave a comment

ZenCoding extension for Visual Studio 2010 review

ZenCoding extension for Visual Studio 2010 speeds up HTML coding expanding short Zen commands into full-fledged HTML code. For example, to create a 2*3 table in HTML you type “table>(tr>td*3)*2” and press expand: <table> <tr> <td></td> <td></td> <td></td> </tr> <tr> … Continue reading

Posted in Reviews | Tagged , | 2 Comments

Elastic Tabstops for Visual Studio 2010 review

Elastic Tabstops extension for Visual Studio 2010 automatically aligns columns of text in your source files: The original idea of elastic tabstops was invented by Nick Gravgaard (see his explanation). He proposes first to use tabs as separators of columns … Continue reading

Posted in Reviews | Tagged , | Leave a comment

Visual Assist X review

Visual Assist X is a code refactoring and code navigation add-in for Visual Studio. For C++ developers like myself this is the best productivity booster. I started to use Visual Assist with Visual C++ 6 and up to Visual Studio … Continue reading

Posted in Reviews | Tagged , , , , , | 1 Comment

Tabs Studio v2.5.5 released

Tabs Studio is a Visual Studio add-in empowering you to work comfortably with any number of open documents. See what’s new in v2.5.5. Download the installer.

Posted in Vlasov Studio tools | Tagged , , , | Leave a comment