This extension allows to navigate into given npm package folder in node_modules from the package.json
Open package.json, click on a dependency :
- hit F12 to navigate into this package's folder
- hit CTRL+F12 to open this package's folder in explorer
This extension contributes the following commands:
gotoNodeModules.navigateToPackage
: trigger the sidebar navigationgotoNodeModules.openPackageFolderInExplorer
: trigger the explorer navigation