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://marketplace.visualstudio.com/items?itemName=jasonnutter.search-node-modules
MIT License
60 stars 17 forks source link

Open new window at current location #30

Open Christilut opened 3 years ago

Christilut commented 3 years ago

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 there would be a line during the browsing of all the node_modules that says "Open in new window".