Tag Archives: Visual Studio extensions

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

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

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

Hide Sign in and Feedback buttons in the Visual Studio 2013 main window

Visual Studio 2013 adds new elements to the main window such as feedback, notifications and sign in buttons: If you don’t use your account to sign in, then the corresponding button becomes completely useless. Sending feedback for VS is a … Continue reading

Posted in Vlasov Studio tools | Tagged , | 1 Comment

Sync Block Edit v1.1 adds support for Visual Studio 2013

Sync Block Edit is a free extension that lets you easily update duplicate blocks of text in multiple files from Visual Studio 2010+. v1.1 adds support for Visual Studio 2013. Download the installer.

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

Fix File Encoding v1.1 adds support for Visual Studio 2013

Fix File Encoding is a free extension that prevents Visual Studio 2010+ from adding BOM to UTF-8 files. v1.1 adds support for Visual Studio 2013. Download the installer.

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

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

Text Sharp v1.7 adds support for the Ideal text formatting mode

Text Sharp is a free extension for Visual Studio 2010+ that lets you adjust text clarity in the IDE. v1.7 adds the ability to select text formatting and text hinting modes. While the Display text formatting mode generally produces crisper … Continue reading

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

Visual Commander extension adds macro commands support to Visual Studio 2012/2013

Visual Studio provides extensive automation model for the IDE allowing developers to customize behavior of the environment. This automation model can be accessed from Visual Studio add-ins, Visual Studio extensions, VB scripts, Power Shell and Visual Studio macro commands. The … Continue reading

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

Text Sharp v1.5 released

Text Sharp is a free extension for Visual Studio 2010 and Visual Studio 2012 that lets you adjust text clarity in the IDE. v1.5 adds the ability to selectively apply the text rendering mode only to the main Visual Studio … Continue reading

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