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
813 stars 135 forks source link

Add support for the find in folder alternative command #267

Closed a-stewart closed 1 year ago

a-stewart commented 2 years ago

In vscode, cmd+shift+f does find in files when cmd+shift+f is pressed, except for when a folder is selected, in which case it does find in folder.

With the intellij bindings, we only being cmd+shift+f to find in files - I think this should be set up to run in a way similar to vscode core, as otherwise we are loosing functionality?