VS Code Go to node_modules README
This extension allows to navigate into given npm package folder in node_modules from the package.json
Features
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
Extension comamnds
This extension contributes the following commands:
gotoNodeModules.navigateToPackage : trigger the sidebar navigation
gotoNodeModules.openPackageFolderInExplorer : trigger the explorer navigation
| |