Extension that shows you versions of your installed packages.
- Open VS Code and click on Extensions Icon in the Activity Bar.
- Type
faissaloux.package-manager-intellisense
. - Install.
- npm
- yarn
- pnpm
- composer
- bundler
- Install your packages using
npm
,yarn
,pnpm
,composer
orbundler
. - Open your
package.json
,composer.json
orGemfile
file. - Installed versions gonna be displayed to you.
Enjoy!