Visual Studio

Adding an extension

Adding an extension to visual studio using a VSIX file

If you have a vsix file, you can install it by running the file.

  1. Get the vsix file (this is the extension installer)
  2. Run the file.
  3. In the window that opens, confirm the installation.

enter image description here

Adding an extension to visual studio from Visual Studio Gallery

In Visual studio

  • go to Tools > Extensions and updates…
  • In the window that opens go to online
  • Select Visual Studio Gallery
  • You can search for an extension on the search box at the upper right corner
  • Select the extension you want to add
  • Click on download.
  • Once download is complete, click on the Install button on the window that opened.
  • In order to use the extension, you might be requested to restart visual studio

Tools menu Extensions and update window Installation form


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow