Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonnutter/vscode-search-node-modules
Simple plugin for VS Code that allows you to quickly navigate the file inside your project's node_modules directory.
https://github.com/jasonnutter/vscode-search-node-modules
npm site vscode-extension
Last synced: 3 months ago
JSON representation
Simple plugin for VS Code that allows you to quickly navigate the file inside your project's node_modules directory.
- Host: GitHub
- URL: https://github.com/jasonnutter/vscode-search-node-modules
- Owner: jasonnutter
- License: mit
- Created: 2016-12-26T09:00:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:31:20.000Z (about 2 years ago)
- Last Synced: 2024-04-14T13:11:28.059Z (10 months ago)
- Topics: npm, site, vscode-extension
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=jasonnutter.search-node-modules
- Size: 590 KB
- Stars: 59
- Watchers: 3
- Forks: 18
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Search node_modules
[![](https://vsmarketplacebadge.apphb.com/version-short/jasonnutter.search-node-modules.svg
)
![](https://vsmarketplacebadge.apphb.com/installs-short/jasonnutter.search-node-modules.svg
)
![](https://vsmarketplacebadge.apphb.com/rating-short/jasonnutter.search-node-modules.svg
)](https://marketplace.visualstudio.com/items?itemName=jasonnutter.search-node-modules)![](https://raw.githubusercontent.com/jasonnutter/vscode-search-node-modules/master/img/demo.gif)
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](https://marketplace.visualstudio.com/items?itemName=waderyan.nodejs-extension-pack)
## Links
* Visual Studio Marketplace: [https://marketplace.visualstudio.com/items?itemName=jasonnutter.search-node-modules](https://marketplace.visualstudio.com/items?itemName=jasonnutter.search-node-modules)
* Repo: [https://github.com/jasonnutter/vscode-search-node-modules](https://github.com/jasonnutter/vscode-search-node-modules)
* Known Issues: [https://github.com/jasonnutter/vscode-search-node-modules/issues](https://github.com/jasonnutter/vscode-search-node-modules/issues)
* Change Log: [https://github.com/jasonnutter/vscode-search-node-modules/blob/master/CHANGELOG.md](https://github.com/jasonnutter/vscode-search-node-modules/blob/master/CHANGELOG.md)