Jump to selected package.json file in node_modules quickly.
Run ⌘ ⇧ P on mac os, ctrl ⇧ P on windows.
Then type pickPackage to show a list of packages in node_modules.
Command( GotoPackage.pickPackage
) is used for picking a package from node_modules. When a package is picked, you can choose a action from below actions:
- jump to package.json
- jump to npm page
Name | Description | default |
---|---|---|
gotoPackage.searchNodeModules |
Specifies whether to searches node_modules folder to find more local packages |
false |
- [] Supports mono repo.
See change log here.