Skip to content

amsv01/vscode-find-in-node-modules

Repository files navigation

Find in node_modules

.github/workflows/build.yml

Installs

VSCode extension that help you to find a file as fast as possible in your workspace node_modules

How to use it?

  1. Press Cmd+Shift+p (macOS) or Ctrl+Shift+p (Linux/Windows) and search for "Find in node_module" and press Enter key
  2. (Optional Step) If you have multi workspaces you need to choose the workspace you want to search in first.
  3. Enter the name of file or folder that you want to find in node_modules and press Enter key
  4. Filter the result and move between items using Up or Down keys and hit Enter key on item you want to see
  5. 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

amsv01 - vscode-find-in-node-modules stars - vscode-find-in-node-modules forks - vscode-find-in-node-modules

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published