Written by James McDonald

May 27, 2022

Ever wondered what extensions you have installed and want to keep a list?

This actually is a good way to audit your currently installed extensions and then weed out the ones you no longer need or don’t use

code --list-extensions


# output 
844196.vscode-php-symbol-rename
asciidoctor.asciidoctor-vscode
Azurite.azurite
bmewburn.vscode-intelephense-client
bradlc.vscode-tailwindcss
BubbleKID.cakephp-snippets
calebporzio.better-phpunit
cweijan.vscode-mysql-client2
dbaeumer.vscode-eslint
donjayamanne.githistory
DotJoshJohnson.xml
eric-c-hansen.vscode-docker-phpunit
esbenp.prettier-vscode
faelv.composer-companion
formulahendry.auto-rename-tag
golang.go
hakcorp.php-awesome-snippets
hangxingliu.vscode-nginx-conf-hint
HookyQR.minify
idleberg.openvpn
ikappas.phpcs
jamesm.php-namespace-resolver
janisdd.vscode-edit-csv
jock.svg
junstyle.php-cs-fixer
kokororin.vscode-phpfmt
mdickin.markdown-shortcuts
MehediDracula.php-constructor
mrmlnc.vscode-apache
ms-azuretools.vscode-azurefunctions
ms-azuretools.vscode-azureresourcegroups
ms-azuretools.vscode-azurestorage
ms-azuretools.vscode-docker
ms-python.python
ms-python.vscode-pylance
ms-toolsai.jupyter
ms-toolsai.jupyter-keymap
ms-toolsai.jupyter-renderers
ms-vscode-remote.remote-containers
ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit
ms-vscode-remote.remote-wsl
ms-vscode-remote.vscode-remote-extensionpack
ms-vscode.azure-account
ms-vscode.azurecli
ms-vscode.powershell
neilbrayfield.php-docblocker
nikitaKunevich.snippet-creator
patbenatar.advanced-new-file
persoderlind.vscode-phpcbf
phproberto.vscode-php-getters-setters
redhat.java
redhat.vscode-xml
redhat.vscode-yaml
rexshi.phpdoc-comment-vscode-plugin
rifi2k.format-html-in-php
sissel.shopify-liquid
sleistner.vscode-fileutils
smlombardi.slime
teclado.vscode-nginx-format
thisotherthing.vscode-todo-list
tinkerun.tinkerun-vscode
tintrinh.php-refactor
TomasHubelbauer.vscode-markdown-table-format
tomoki1207.pdf
VisualStudioExptTeam.vscodeintellicode
vscjava.vscode-java-debug
vscjava.vscode-java-dependency
vscjava.vscode-java-pack
vscjava.vscode-java-test
vscjava.vscode-maven
vscodevim.vim
walkme.PHP-extension-pack
william-voyek.vscode-nginx
xdebug.php-debug
xdebug.php-pack
yzane.markdown-pdf
yzhang.markdown-all-in-one
zjffun.gotofolder
zobo.php-intellisense

With versions

code --list-extensions --show-versions


[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Network speed test host to host

On Ubuntu / Debian apt-get install iperf3 On Windows download it from https://iperf.fr/iperf-download.php#windows Make...