Tag Archives: Visual Studio extensions

Visual Commander v2.0 adds macros support to Visual Studio 2015

Visual Commander is a freemium extension for Visual Studio 2010+ allowing you to automate repetitive tasks in the IDE. Visual Commander v2.0 adds support for Visual Studio 2015 and checks for simultaneous snippets file modification from different Visual Studio instances. … Continue reading

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

ReSharper C++

JetBrains last month released ReSharper C++ – a Visual Studio extension offering refactoring, navigation, code inspection, quick-fixes and code generation for C++ developers. It doesn’t support C++/CLI and thus of no help for my projects, but for pure native C++ … Continue reading

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

Fix File Encoding v1.2 adds support for Visual Studio 2015

Fix File Encoding is a free extension that prevents Visual Studio 2010+ from adding BOM to UTF-8 files. v1.2 adds support for Visual Studio 2015 and by default protects both .htm and .html files. Download the installer.

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

Tabs Studio v3.5.0 adds support for Visual Studio 2015

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

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

Macros for Visual Studio 2013

Visual Studio Platform Team has released the Macros for Visual Studio 2013 extension for VS 2013 to record, edit and execute text editing commands and window operations. You can open the new Macro Explorer tool window from the Tools – … Continue reading

Posted in Reviews | Tagged , | 2 Comments

Continuous Formatting v1.1 adds support for ReSharper and CodeRush code formatters

Continuous Formatting extension automates C# and C++ code formatting in Visual Studio 2013/2012/2010. It removes the necessity to format code manually, arranging code continuously as you type and make changes. Continuous Formatting v1.1 adds support for ReSharper and CodeRush code … Continue reading

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

See more lines of code with syntactic line compression

The recent May 2014 update of Productivity Power Tools for Visual Studio 2013 adds the syntactic line compression feature. “It shrinks lines that contain neither letters nor numbers by 25% vertically, allowing more lines to be displayed in the editor.” … Continue reading

Posted in Visual Studio news | Tagged , | 1 Comment

Visual Commander v1.6 adds common code modules for commands and extensions

Visual Commander is a freemium extension for Visual Studio 2010+ allowing you to automate repetitive tasks in the IDE. Visual Commander Professional v1.6 adds the ability to create common code modules that can be reused from different commands and extensions: … Continue reading

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

Continuous code formatting for Visual Studio

The new Continuous Formatting extension automates C# and C++ code formatting in Visual Studio 2013/2012/2010. It removes the necessity to format code (and reformat, and reformat again) manually, arranging code continuously as you type and make changes. More importantly, it … Continue reading

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

Visual Studio code formatting options per solution, directory and file

Visual Studio supports only one global set of code formatting options. If you work on several projects/solutions with different formatting styles, you need to change global text formatting options each time you change projects: If you work on a small … Continue reading

Posted in Reviews | Tagged , | Leave a comment