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

Command not found in command palette #5

Closed asifm closed 6 years ago

asifm commented 6 years ago

The search node_modules command is no longer found in the command palette.

image

asifm commented 6 years ago

I figured out the problem from this commit https://github.com/jasonnutter/vscode-search-node-modules/commit/9b3e5def5d492b95308e747438a3aae5c42c46b1. I type ctrl+k ctrl+n and the search field shows up. I was earlier trying to access this through the command palette, the way it's shown in the repo readme. I don't see where the correct way is documented.