Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Search node_modulesNew to Visual Studio Code? Get it now.

Search node_modules

Jason Nutter

|
1,631,344 installs
| (14) | Free
Quickly search the node_modules folder.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Search node_modules

Simple plugin for VS Code that allows you to quickly navigate the file inside your project's node_modules directory.

Chances are you have the node_modules folder excluded from the built-in search in VS Code, which means if you want to open and/or edit a file inside node_modules, you can have to find it manually, which can be annoying when your node_modules folder is large.

Features

  • Quickly navigate and open files in node_modules by traversing the folder tree.

Settings

  • search-node-modules.useLastFolder: Default to folder of last opened file when searching (defaults to false).
  • search-node-modules.path: Relative path to node_modules folder (defaults to node_modules).

Extension Packs

  • Node.js Extension Pack

Links

  • Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=jasonnutter.search-node-modules
  • Repo: https://github.com/jasonnutter/vscode-search-node-modules
  • Known Issues: https://github.com/jasonnutter/vscode-search-node-modules/issues
  • Change Log: https://github.com/jasonnutter/vscode-search-node-modules/blob/master/CHANGELOG.md
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft