The Task Canvas extension lets you work with multiple code fragments in one Visual Studio window.
v3.0.0 adds support for Visual Studio 2022:
The Task Canvas extension lets you work with multiple code fragments in one Visual Studio window.
v3.0.0 adds support for Visual Studio 2022:
Each Visual Studio instance started with the RootSuffix parameter keeps its own set of extensions. If a Visual Studio extension is available from the Visual Studio Marketplace, you can just install it from the standard Manage Extensions dialog. But if you have only a .vsix file you can use vsixinstaller like this:
"C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\vsixinstaller.exe" /appidinstallpath:"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe" /skuName:Community /skuVersion:16.11.31624.102 /appidname:"Microsoft Visual Studio Community 2019" /culture:"en-US" /noep /rootSuffix:"Demo" TabsStudioVS2019.vsix
Note that example parameters are for the Community edition.
And to find correct skuVersion you can run
"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe"and copy installationVersion property value from its output.
Investigated why daily Visual Studio 2019 update hangs on my machine and found this:
I’ve never seen 52 million files in one folder before.
Check yours c:\Windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache\IE (requires admin rights).
The free KCommands extension for Visual Studio provides a command line to quickly find and replace text without taking your hands off the keyboard:
v2.0.0 adds support for Visual Studio 2022.
By default, when you expand or collapse a method or a code region in Visual Studio, this action is pushed on the editor undo stack. It ruins any normal code editing cycle – you do text changes, browse code doing folding/unfolding and now your undo stack is full of unrelated outlining operations, need to press Ctrl+Z multiple times to undo a change.
The Disable Outlining Undo extension excludes expanding and collapsing operations from recording to the undo/redo stack in Visual Studio.
V2.0.0 adds support for Visual Studio 2022.
Plain Rename is a free extension that hides the dashed outline displayed when you are editing a variable name:
v1.3.0 adds support for Visual Studio 2022 and stops support for Visual Studio 2015.
Visual Time Spent automatically tracks your time spent working on solutions, projects and documents in Visual Studio IDE. It allows you to generate reports to see overall time spent and what activities took most time.
V2.0.0 adds support for Visual Studio 2022 and stops support for Visual Studio 2015.
ESharper is an Excel add-in that lets you write user defined functions and commands using C# interactively in a live Excel session.
v2.0.0 lets you edit function and command code with IntelliSense and syntax highlighting in Visual Studio 2022:
HTML 11 extension provides tool windows in Visual Studio showing preview of a web page you are currently editing, on desktop and mobile devices.
HTML 11 v2.0.0 adds support for Visual Studio 2022:
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.
v3.0.0 adds integration with Visual Studio 2022:
Download link: Visual Studio edition.