Author Archives: Sergey Vlasov

Publishing Visual Studio extensions with Visual Studio 2010 and Visual Studio 11 support

Out of the box Visual Studio 2010 supports extensions development only for VS 2010 and Visual Studio 11 supports extensions development only for VS 11. If your Visual Studio extension supports both VS 2010/VS 11 and doesn’t contain much version … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Favorite Documents v1.3 released

Favorite Documents is a free extension that lets you create links to frequently used code files and then quickly open them as a group or individually from the Favorites menu in Visual Studio 2010. Favorite Documents v1.3 adds the ability … Continue reading

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

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