Tabs Studio screenshot Tabs Studio icon Tabs Studio is a Visual Studio and SQL Server Management Studio extension empowering you to work comfortably with any number of open documents. It automatically combines related tabs saving screen space and lets you quickly switch between them with keyboard shortcuts. All tabs are visible in multiple horizontal rows or in a vertical layout. Tabs can be sorted and colored by project, extension and custom rules. Tab names can be transformed to remove redundant information or to add disambiguation and custom comments. Tabs presentation can be configured with custom WPF XAML styles.

 

Visual Commander screenshot Visual Commander icon Visual Commander is a freemium extension that automates repetitive tasks in Visual Studio and SQL Server Management Studio giving you easy access to Visual Studio extensibility API and automatically recording text editing macros that can be played back multiple times. Lightweight extensions written in C# or VB can hook to Visual Studio events and automatically perform custom tasks when needed. Commands can modify selected text in the code editor, understanding code elements via Visual Studio code model or Roslyn. You can call these commands from the menu or with keyboard shortcuts. It is possible to hide distracting elements from Visual Studio UI and change private IDE options. More than 70 sample commands and extensions are available in the corresponding site section, plus you can reuse existing Visual Studio macros from previous versions of the IDE.

 

HTML 11 screenshot HTML 11 icon HTML 11 shows a preview of static and dynamic web pages you are currently editing in Visual Studio, on desktop and mobile devices. The preview for static .html pages is updated as you type. The preview for dynamic .cshtml, .vbhtml, .aspx and .razor pages is updated when you save a document. You can position preview tool windows alongside the HTML editor or outside the main Visual Studio window, e.g. on a second monitor. HTML is rendered using Chromium Embedded Framework v92. The mobile device preview is simulated with Chromium DevTools Device Mode and you can open a page on a running Android emulator.

 

Task Canvas screenshot Task Canvas icon Task Canvas lets you work with multiple code fragments without switching tabs and jumping from place to place within a file. Task Canvas interface is also task-focused to reduce information overload and make multitasking easy. All currently open document tabs and code blocks are automatically saved in the current task context. It is most useful when you have repeatable periodic tasks or work on several tasks in parallel.

 

Runtime Flow screenshot Runtime Flow icon Runtime Flow in real time monitors and logs function calls and function parameters in a running .NET application and shows a stack trace tree. No instrumentation or source code required for monitoring. Most useful if you inherited a very complex .NET codebase and want to understand the flow in detail, when the code contains a lot of delegates/events making traditional debugging a nightmare, when having a problem with a 3rd party .NET library without source code - Runtime Flow can pinpoint specific code areas that are responsible for the selected use case. Can work as a standalone portable application and can be integrated in Visual Studio.

 

Continuous Formatting screenshot Continuous Formatting icon Continuous Formatting frees you from manually formatting code in Visual Studio. It automatically and consistently formats your C#, C++, TypeScript and JavaScript code as you type according to your code formatting style. Continuous Formatting can format code using the built-in Visual Studio engine and using external tools like ReSharper and CodeRush.

 

ESharper screenshot ESharper icon ESharper lets you interactively write lightweight User Defined Functions (UDF) and commands in Excel using C#. As you change code in the Excel custom task pane or in the Visual Studio editor, the updated functions immediately become available in the current running Excel instance. You can create global functions available for any workbook on your computer and workbook functions stored in a .xlsx file.

 

Regent screenshot Regent icon Regent creates a search and replace regular expression from a single example to update all similar text fragments at once. You don't need to remember different regular expressions rules and special characters anymore. Regent supports regular expressions syntax used in Microsoft Word, Perl compatible regular expressions and standard ECMAScript syntax.

 

Visual Time Spent screenshot Visual Time Spent icon Visual Time Spent automatically tracks your time spent working on solutions, projects and documents in Visual Studio. You can generate reports to see overall time spent and what activities took most time. All your activity such as editing and browsing in Visual Studio is automatically recorded to a database. Idle time (when you don't use Visual Studio for more than 2 minutes) is automatically excluded from the report. You can export the report to a CSV file for analysis in Excel or another application, or use an API to programmatically retrieve activity statistic collected by the Visual Time Spent monitoring module.

 

Vlasov Studio Ultimate Bundle
Tabs Studio Personal + Runtime Flow Personal + Visual Time Spent Personal + Visual Commander Professional + Continuous Formatting + Task Canvas Personal + ESharper Personal + HTML 11 Personal + Regent. Text Sharp screenshot Text Sharp icon Text Sharp is a free extension that lets you adjust text clarity in Visual Studio 2017, Visual Studio 2019 and Visual Studio 2022 IDEs. You can select Aliased, Grayscale or ClearType text rendering mode for Visual Studio menu, tabs and editor windows. You can also fine tune text formatting and text hinting modes.

 

Favorite Documents screenshot Favorite Documents icon Favorite Documents is a free extension that lets you create links to frequently used code files and then quickly open them as a group or individually from the Favorites menu in Visual Studio 2022, Visual Studio 2019 and Visual Studio 2017. You can also create links to solutions, Solution Explorer items and Source Control Explorer folders.

 

Fix File Encoding screenshot Fix File Encoding icon Fix File Encoding is a free extension that prevents Visual Studio 2017 - Visual Studio 2022 from adding BOM to UTF-8 files. It automatically detects when a UTF-8 file is opened in Visual Studio and sets its encoding to UTF-8 without signature. You can configure which files to encode based on the file path and the file extension.

 

Sync Block Edit screenshot Sync Block Edit icon Sync Block Edit is a free extension that lets you easily update duplicate blocks of text in multiple files from Visual Studio 2015, Visual Studio 2017 and Visual Studio 2019. It performs multiline search and replace in Visual Studio with you only pointing what changes to propagate.

 

Remember Window Size screenshot Remember Window Size icon Remember Window Size is a free extension that remembers size and position of the Refactoring - Rename - Preview Changes window in Visual Studio 2010, Visual Studio 2012 and Visual Studio 2013.

 

Smooth Caret icon Smooth Caret is a free extension that adds smooth caret movement animation for text editors in Visual Studio 2017/2019/2022. It looks similar to the smooth typing feature in Microsoft Office 2013.

 

Plain Rename screenshot Plain Rename icon Plain Rename is a free extension that hides the dashed outline displayed when changing a variable name in Visual Studio 2017, Visual Studio 2019 and Visual Studio 2022 for C# and Visual Basic languages. (The same outline is displayed when you change a method, class or namespace name.)

 

Disable Outlining Undo icon Disable Outlining Undo is a free extension that excludes expanding and collapsing operations for a method or a code region from recording to the undo/redo stack in Visual Studio 2017/2019/2022.

 

KCommands screenshot KCommands icon KCommands is a free extension providing a keyboard accessible command line for Visual Studio 2017/2019/2022 to quickly find and replace text similar to SlickEdit and Vim.