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

Allow entering path with multiple segments #27

Open dutzi opened 4 years ago

dutzi commented 4 years ago

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