Find in node_modules
VSCode extension that help you to find a file as fast as possible in your workspace node_modules
How to use it?
- Press
Cmd+Shift+p (macOS) or Ctrl+Shift+p (Linux/Windows) and search for "Find in node_module" and press Enter 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 or Down keys and hit Enter 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.
Features
- Find file using
glob pattern
- Choose project if you have a couple of project in a workspace
Links
| |