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.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
VSCode default behavior: `Ctrl+Enter` (macOS: `Cmd+Enter`) in the Quick Open (`Ctrl+P`) file list will open editor to the side of the existing one. Currently doing so will open editor in...
Often I want to look through the source of a module and that works much better by browsing it with a new VSCode window. It would be really nice if...
This PR addresses https://github.com/jasonnutter/vscode-search-node-modules/issues/27 It adds the option to enter a multi-segment path, i.e., entering the following in the quick picker `some/path/to/file.js` will open `file.js`.
It would be useful if I could open "Search node_modules" and type "some/path/to/file/index.js" and have `vscode-search-node-modules` automatically resolve the entire path, instead of me having to type the segments one...
Hi, Currently we can search only node modules in workspaceFolder but how we can search in parent folder..where i want to change in extension.js? My project folder structure : http://localhost/projects/mynodemodules/myproject...
This PR appends a platform-specific path separator suffix (`/` for Unixes and `\` for Windows) to every **directory** within the current selected package making easier to tell which items are...
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits - [`fee31c5`](https://github.com/mhart/StringStream/commit/fee31c5c4a5efc7c7cc2fde4aee633dedefd6d67) 0.0.6 - [`2f4a9d4`](https://github.com/mhart/StringStream/commit/2f4a9d496f94b0880e01a26857aa266a5a3ef274) Merge pull request [#9](https://github-redirect.dependabot.com/mhart/StringStream/issues/9) from mhart/fix-buffer-constructor-vuln - [`afbc744`](https://github.com/mhart/StringStream/commit/afbc7442220358419e330618e47f3a65fc265b1b) Ensure data is not a number in Buffer constructor -...
Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.16.0 to 2.20.0. Commits - [`60111f4`](https://github.com/mafintosh/is-my-json-valid/commit/60111f47ee8a0971a2e1229070d47172ce4667c5) 2.20.0 - [`8c11f77`](https://github.com/mafintosh/is-my-json-valid/commit/8c11f77cbd63a7a519daa8f5d4706a760140856b) Merge pull request [#175](https://github-redirect.dependabot.com/mafintosh/is-my-json-valid/issues/175) from LinusU/meta - [`b6d9b3f`](https://github.com/mafintosh/is-my-json-valid/commit/b6d9b3fbbf7b411654a4fd1dae4ceaba65063b4e) Cleanup package metadata - [`dcea5be`](https://github.com/mafintosh/is-my-json-valid/commit/dcea5be83be29ea444c81bd83e7aef732a11c003) 2.19.0 - [`1712811`](https://github.com/mafintosh/is-my-json-valid/commit/17128116bc5b3268f2151aecc1d7eee3d3604793) Merge pull...