Organizing extensions for Visual Studio

137 views Asked by At

You can use Visual Studio (MSVS) for Python, C++, Qt, C#, Fortran, etc. projects. Each of them requires just right set of enabled extensions and all others preferably disabled and hidden.

Is there a tool to simplify extensions switch in "Manage Extensions" window? For example, pack them in folders, workspaces/presets. Cloning VM's is a bit too heavy and slow solution. Hiding all unused is especially desirable when you try to experiment with a new tool.

Current alternative is disabling/enabling them manually every major project switch.

To specify which window is supposed to be improved:

0

There are 0 answers