vscode-search-node-modules
vscode-search-node-modules copied to clipboard
Simple plugin for VS Code that allows you to quickly navigate the file inside your project's node_modules directory.
VSCode: 1.68.0 Search node_modules: 1.3.0 Enable `search-node-modules.useLastFolder`, open a file that has `node_modules` not in the root level, e.g. ``` - root - parent - node_modules - file ``` Use...
Sometime my node_modules folder is at root, something it's one level nested. Would be nice if we could add multiple paths.
It would be easier to quickly navigate items when folders are rendered first in the list, similar to what the Explorer view does: 
 The only way of differentiating between files and folders currently is to look for an extension next to the name. It happens sometimes that a file doesn't have an...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.2.0 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Hi there! I'm reaching out to you because we currently have your extension manually added to our extension gallery at Coder for [code-server](https://github.com/cdr/code-server/), and we're currently working on a migration...
Add supporting lookup `./node_modules/.pnpm/*`
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
This readme doesn't mention that the extension is also present inside the [React Extension Pack](https://marketplace.visualstudio.com/items?itemName=jawandarajbir.react-vscode-extension-pack).
(regarding https://github.com/jasonnutter/vscode-search-node-modules/issues/10, https://github.com/jasonnutter/vscode-search-node-modules/pull/11, #13) Hi, you've merged my PRs for supporting monorepos (which is awesome), but a new version of the extension was not published yet. Could you publish a...