Author Archives: Sergey Vlasov

Hide the Publish button in the status bar of Visual Studio 2015 Update 2

Visual Studio 2015 Update 2 adds the new Publish button to the status bar to provide a quick and easy way to get solutions into source control: “[The Publish button] aims to provide a quick and easy way to get … Continue reading

Posted in Visual Studio tips | Tagged | 4 Comments

Tabs Studio v3.7.2 adds file changes indicator

Tabs Studio is a Visual Studio and SSMS extension empowering you to work comfortably with any number of open documents. v3.7.2 introduces the new TrackEd add-in for Tabs Studio that shows a yellow bar in the tab title for modified … Continue reading

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

Hide rename outline in Visual Studio 2015 with Plain Rename

While you are editing a variable name in Visual Studio 2015, a dashed outline is displayed around it: It’s a new feature of Visual Studio 2015 that works for C# and Visual Basic languages. The same outline is displayed when … Continue reading

Posted in Vlasov Studio tools | Tagged , | 2 Comments

Visual Commander v2.3 adds IntelliSense and syntax highlighting for command editing in VS 2015

Visual Commander is a freemium extension for Visual Studio 2010+ allowing you to automate repetitive tasks in the IDE. Visual Commander Professional v2.3 adds IntelliSense and syntax highlighting for snippets editing in VS 2015: See the full what’s new list. … Continue reading

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

Microsoft C++ Core Guidelines Checker released

C++ Core Checker for Visual Studio is now available as a NuGet package. The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++. Microsoft’s Guidelines Support Library (GSL) contains supporting functions and … Continue reading

Posted in Visual Studio news | Tagged , , , | 3 Comments

On changing Visual Studio 2015 icon

Visual Studio 2015 Update 1 have changed the main Visual Studio icon (which you see on the taskbar): The intent was to make it different from the Visual Studio 2013 icon, but the result is not obviously better. In this … Continue reading

Posted in Visual Studio tips | Tagged | Leave a comment

Hide code in the Visual Studio editor

You can easily hide any block of code in Visual Studio using the Hide Selection command. Invoke it from the main Edit – Outlining menu, Outlining context menu or with a shortcut to the Edit.HideSelection command: Selected code will be … Continue reading

Posted in Visual Studio tips | Leave a comment

Visual Studio customization with lightweight extensions and Visual Commander

Visual Studio is a very capable and mature IDE, plus there are 5,942 items in Visual Studio Gallery from 3rd parties, extending functionality even further in all possible directions. Still, if it is not written by you it can’t be … Continue reading

Posted in Visual Studio tips, Vlasov Studio tools | Tagged | 5 Comments

Sync Block Edit v1.2 adds support for Visual Studio 2015

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

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

Code reference hyperlinks in Visual Studio 2015

Visual Studio 2015 allows you to create links to classes and method in other files from a comment in your C# code: When the cursor is inside the cref attribute, pressing F12 or selecting Go To Definition opens the corresponding … Continue reading

Posted in Visual Studio tips | Tagged | Leave a comment