Tag Archives: Visual Studio 2012

OzCode debugging extension for Visual Studio

OzCode enhances C# debugging in Visual Studio. The extension was originally called BugAid (see my review), but in June 2013 became a part of CodeValue. Recently they filmed a demo video on Channel 9 showing major features in action. On … Continue reading

Posted in Visual Studio news | Tagged , , , | Leave a comment

Visual Commander Professional released

Visual Commander Professional is a commercial edition of Visual Commander (modern alternative to Visual Studio macros). The Professional Edition supports up to 99 commands and 50 extensions (the free edition supports only 10 commands and 5 extensions). Additionally the Professional … Continue reading

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

Visual Commander adds recording of find commands in Visual Studio 2012/2013

Visual Commander is a free extension for Visual Studio 2010+ allowing you to automate repetitive tasks in the IDE. Visual Commander v1.2.1 extends the macro recording feature adding recording of the Find Next and Find Previous commands from the Find … Continue reading

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

Visual Commander adds macro recording and playback for the text editor in Visual Studio 2012/2013

Visual Commander is a free extension for Visual Studio 2010+ allowing you to automate repetitive tasks in the IDE. You can reuse existing Visual Studio macros from previous versions of the IDE and create new commands and extensions in C# … Continue reading

Posted in Vlasov Studio tools | Tagged , , | 3 Comments

Format C++ code intelligently in Visual Studio with clang-format

Two month ago in GoingNative 2013 Chandler Carruth demonstrated a new tool clang-format to automatically format C++ code. The whole talk is excellent, but if you just interested in formatting watch between 24 and 32 minutes. For Visual Studio users … Continue reading

Posted in Reviews | Tagged , , , | 2 Comments

Hide class info in Visual Studio Solution Explorer

Solution Navigator from the Visual Studio 2010 Productivity Power Tools first merged Solution Explorer and Class View. It added the ability to expand code files to navigate to its classes, expand classes to navigate to their members, and so on. … Continue reading

Posted in Visual Studio tips | Tagged , , , | 8 Comments

Add images to your code in Visual Studio with the ImageComments extension

ImageComments extension by Luke McQuade lets you show images among code in Visual Studio 2010/2012: To add an image you add the specially formatted image comment to your code, like /// <image url=”X:\Path\To\Image.ext” scale=”Y” />. After that the image is … Continue reading

Posted in Reviews | Tagged , , | 1 Comment

Tabs Studio v3.1.5 adds support for multipart names in the title grouping regex

Tabs Studio is a Visual Studio and SSMS add-in empowering you to work comfortably with any number of open documents. v3.1.5 adds support for multipart names in the title grouping regex. See the full what’s new list. Download the installer.

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

Favorite Documents v1.7 adds support for Team Explorer

Favorite Documents extension lets you create links to frequently used code files and then quickly open them as a group or individually in Visual Studio 2010+. v1.7 adds support for Team Explorer (Integrated Shell) and Source Control Explorer integration for … Continue reading

Posted in Vlasov Studio tools | Tagged , , , | 2 Comments

Visual Commander v1.1 simplifies command sharing

Visual Commander is a free extension for Visual Studio 2010+ allowing you to automate repetitive tasks in the IDE. v1.1 adds the ability to export/import commands and extensions to share with others. See the full what’s new list. Download the … Continue reading

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