Simple plugin for VS Code that allows you to quickly navigate the file inside your project's node_modules
directory.
- Quickly navigate and open files in
node_modules
by traversing the folder tree. - Open files in
node_modules
in the same way as VS Code'sOpen Folder
command.
- Run your command from the command palette by pressing (
Ctrl+Shift+P
orCmd+Shift+P
on Mac) and typingSearch node_modules
. - Navigate file you want to search in
node_modules
.
search-node-modules.useLastFolder
: Default to folder of last opened file when searching (defaults tofalse
).search-node-modules.path
: Relative path to node_modules folder (defaults tonode_modules
).
Fork from search-node-modules