kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
819 stars 136 forks source link

shortcut for search everywhere is not working #170

Closed melihs closed 3 years ago

melihs commented 4 years ago

shift + shiftshortcut does not work in this plugin. I have to use the standard shortcut to search everywhere ( cmd + shift + p ). I think there is a bug.

imliam commented 4 years ago

This isn't a bug with this package, but VSCode simply doesn't let you bind modifier keys in that way - it's out of control of this package.

melihs commented 4 years ago

Is there alternative solution ?

d70rr3s commented 3 years ago

It's a VSCode issue https://github.com/Microsoft/vscode/issues/5280 AFAIK Cmd + Shift + P search for commands, not files or symbols.

I'm using kbysiec.vscode-search-everywhere which offers the "Search everywhere" feature and you can bind your preferred shortcut to it (except for SS of course).

PathToLife commented 3 years ago

I added a PR to VSCode for "Shift Shift". Hopefully we can add it here if everything goes ahead. https://github.com/microsoft/vscode/pull/115190

kasecato commented 3 years ago

Released v1.4.0