Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting a list of installed extensions and packages in Visual Studio 2013?

Is there a simple way to get a list of installed extensions and packages in Visual Studio 2013?

I would like to capture what is installed so that I can do a remove and reinstall and get things back to the same as before the reinstall.

like image 875
John S Avatar asked Mar 03 '14 18:03

John S


People also ask

How do I know what packages are installed in Visual Studio 2013?

You can get a list of installed extensions and packages from the Help - About Microsoft Visual Studio dialog. The Copy Info button copies this list as text to the clipboard.

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 get a list of VS code Extensions?

You can browse and install extensions from within VS Code. Bring up the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of VS Code or the View: Extensions command (Ctrl+Shift+X). This will show you a list of the most popular VS Code extensions on the VS Code Marketplace.


1 Answers

You can get a list of installed extensions and packages from the Help - About Microsoft Visual Studio dialog. The Copy Info button copies this list as text to the clipboard.

like image 175
Sergey Vlasov Avatar answered Sep 21 '22 07:09

Sergey Vlasov