Monthly Archives: May 2019

r /Visual Studio Find and Replace dialog/KCommands

Powerful text editors like SlickEdit and Vim provide a command line to quickly find and replace text without ever touching the mouse. The free KCommands extension for Visual Studio 2017/2019 provides similar command line to quickly find and replace text … Continue reading

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

Visual Studio automation and customization with Visual Commander

Visual Commander extension lets you automate repetitive tasks in Visual Studio and change private IDE options. You can record a text editing macro, reuse existing VB macros, create new commands and extensions in C# with full access to the Visual … Continue reading

Posted in Vlasov Studio tools | Tagged | 2 Comments

Look under the hood of a running .NET application with Runtime Flow

Runtime Flow in real time monitors and logs function calls and function parameters in a running .NET application and shows a stack trace tree, with no instrumentation or source code required for monitoring: Read the full article…

Posted in Vlasov Studio tools | Leave a comment

Continuous Formatting v2.1.0 adds support for VS 2019

Continuous Formatting extension automates C# and C++ code formatting in Visual Studio. It removes the necessity to format code manually, arranging code continuously as you type and make changes. v2.1.0 adds support for Visual Studio 2019. Download the installer.

Posted in Vlasov Studio tools | Tagged , | 2 Comments

Intelligent document tabs grouping in Visual Studio 2019 with Tabs Studio extension

Tabs Studio is a Visual Studio and SSMS extension empowering you to work comfortably with any number of open documents. By default Tabs Studio groups together in an extended tab corresponding C++ source and header files, WPF markup and code-behind, … Continue reading

Posted in Vlasov Studio tools | Tagged | Leave a comment