Home > Net >  Is there a way to get a text list of all installed extensions in Visual Studio 2019/2022?
Is there a way to get a text list of all installed extensions in Visual Studio 2019/2022?

Time:11-17

Is there a way to get a text list of all installed Visual Studio 2019/2022 extensions?

I don't mean the Extensions Dialog in VS.

I want to get a list to document it in a readme file...

CodePudding user response:

In Visual Studio, go to Help > About Microsoft Visual Studio, press Copy Info button, and paste the text into your readme file.

  • Related