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

Enable searching of content, not just file names #9

Closed voxpelli closed 6 years ago

voxpelli commented 6 years ago

First when I found this extension I thought it was for searching in node_modules rather than finding a file in it.

Would that be a possible extension of this project?

jasonnutter commented 6 years ago

Potentially, I'll take a look into it. Thanks for the suggestion!