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

Folder name configurable #4

Closed jroboyd closed 7 years ago

jroboyd commented 7 years ago

Awesome extension but would be even better if it were possible to set an array of folders configurable to search instead of only node_modules.

I guess the project would need a new name though..

jasonnutter commented 7 years ago

@boydy12 Right, I would like the plugin to be as simple as possible to configure and use, and supporting an array of folders would add complexity. I could add an option to specify the name of the node_modules folder, however.

jasonnutter commented 7 years ago

@boydy12 This has been added in 1.2.0, which is now available to install.

SaranSank commented 5 years ago

How can i search node_modules outof projects bcoz my project folder structure is like

http://localhost/projects/mynodemodules/myproject

  mynodemodules->folder [ http://localhost/projects/mynodemodules/ ]
       -node_modules ->folder
  myproject->folder [ http://localhost/projects/mynodemodules/myproject ]
      -index.html
      -text.js
      -style.css