Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Share list of installed extensions on visual studio 2010

Is there any way or plugin to export the list of installed extensions in visual studio 2010?

I just want export the name of the plugins.

The intention to export the list is to share with other developers. Sometimes the list is extensive, and take prints is not a very quick way of doing.

like image 546
Richard Avatar asked Nov 22 '12 12:11

Richard


People also ask

How do I export a list of VS Code extensions?

How do you export VS Code extensions and settings? Run command palette Ctrl + Shift + P. Type VSC Export.

How do I see installed extensions in Visual Studio?

To open the Manage Extensions dialog, choose Extensions > Manage Extensions. Or, type Extensions in the search box and choose Manage Extensions. The pane on the left categorizes extensions by those that are installed, those available on Visual Studio Marketplace (Online), and those that have updates available.

How do I export Visual Studio extensions?

If you click Extensions > Manage Extensions > Roaming Extension Manager, you will see the listed roaming Extensions. This feature will provide you with a list displaying all of your extensions installed across all of your environments and allow you to download directly from that list.

Where are Visual Studio code extensions installed?

However, extensions are stored in %USERPROFILE%\. vscode\extensions on Windows.


1 Answers

Yes there is.

You can use this Visual Studio 2010 extension, which allows you to synchronize and auto-update Visual Studio extensions between multiple instances.

https://visualstudiogallery.msdn.microsoft.com/dbaf0ac9-fb7b-4fb3-b34d-ea2269276d3c

Hope this what you've looking for.

like image 142
DeJaVo Avatar answered Oct 07 '22 01:10

DeJaVo