vscode-search-node-modules icon indicating copy to clipboard operation
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.

Results 24 vscode-search-node-modules issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/4350401/166905760-6a33d9be-061d-455d-897f-422fb5b5ff4c.png)

![image](https://user-images.githubusercontent.com/4350401/166905957-4fb2297e-1baa-4702-886c-2be0696e71ee.png) 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]...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](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...

dependencies

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...