Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I see the list of addins and plugins in Visual Studio?

I think I have a plugin or addin to studio installed which has killed all versions of studio.

Where can I see the list of plugins and addins that studio is loading? I believe I have gone through all of the menu to find the list of addins.

Would someone point me in the direction that shows me the list of addins? I will remove them all one by one until I find the one that is "killing my productivity" for the day. :)

like image 570
BillRob Avatar asked Aug 12 '09 17:08

BillRob


2 Answers

They appear in three difference places, but any given addin/package doesn't necessarily appear in in all those places:

  • The splash screen
  • Tools / Add-in manager
  • Help / About (in the "Installed products" list)
like image 98
RichieHindle Avatar answered Oct 24 '22 03:10

RichieHindle


In Visual Studio 2013, go to the "Tools" menu and open "Extensions and Updates". In "Installed"->"All" section you can see it all.

like image 10
Stanislav Prusac Avatar answered Oct 24 '22 04:10

Stanislav Prusac