VSCode extension that help you to find a file as fast as possible in your workspace node_modules
- Press
Cmd+Shift+p
(macOS) orCtrl+Shift+p
(Linux/Windows) and search for"Find in node_module"
and pressEnter
key - (Optional Step) If you have multi workspaces you need to choose the workspace you want to search in first.
- Enter the name of file or folder that you want to find in node_modules and press
Enter
key - Filter the result and move between items using
Up
orDown
keys and hitEnter
key on item you want to see - Enjoy how quickly you found the file in your
node_modules
Working on a project and you have added a TS definition file for that file in your repo and now can't access the file through go to source?
This is no longer hard! Install "Find in node_modules" and search using glob patters
in the selected workspace node_modules
directory.
- Find file using
glob pattern
- Choose project if you have a couple of project in a workspace