Monthly Archives: December 2011

PVS-Studio C++ static code analyzer tool for Visual Studio review

PVS-Studio by “Program Verification Systems” finds errors in your C++ code statically analyzing files in a Visual Studio solution. Static analysis tools are a long term investment of time and money in code quality. They can find certain kinds of … Continue reading

Posted in Reviews | Tagged , , , | 2 Comments

BugAid tool for Visual Studio review

BugAid by Omer Raviv and Vitaly Belman helps you visualize, search and compare live objects data when debugging a C# application in Visual Studio 2008 and Visual Studio 2010. In the QuickWatch window or in a popup when you hover … Continue reading

Posted in Reviews | Tagged , , | 1 Comment

Inheritance Margin extension for Visual Studio 2010 review

Inheritance Margin by Sam Harwell adds special glyphs to virtual methods and properties in the Visual Studio 2010 editor. For interface methods it adds the I glyph and for virtual methods it adds the O glyph: When you hover the … Continue reading

Posted in Reviews | Tagged , | Leave a comment

Tabs Studio v2.6.0 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.6.0. Download the installer.

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

Text Sharp and Favorite Documents support for Visual Studio 11

If you run Visual Studio 11 Developer Preview, you can now install the Text Sharp and Favorite Documents extensions for it as I’ve updated them to support both Visual Studio 2010 and Visual Studio 11. BTW, Tabs Studio also supports … Continue reading

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

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