Kinda Code
Home/VS Code/How to show all installed extensions in VS Code

How to show all installed extensions in VS Code

Last updated: September 07, 2022

This short and straight-to-the-point article shows you how to show all installed extensions in the VS Code (Visual Studio Code).

1. Click on the Extensions icon or (hotkeys: Ctrl + Shift + X on Windows, Command + Shift + X on Mac):

2. Click on the “three dots” icon:

3. Finally, select “Views” > “Installed” from the drop-down menu:

And you will see the list of installed extensions in the left-hand sidebar of VS Code.

Further reading:

You can also check out our Visual Studio Code topic page for more tips and tricks to improve your producibility and coding experience.

Related Articles