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

fixes Ctrl/Cmd+Shift+F due to change in VSCode #216

Closed fabb closed 3 years ago

fabb commented 3 years ago

fixes Ctrl/Cmd+Shift+F no longer filling the selected text into the search field when the search pane currently is not active

fixes https://github.com/microsoft/vscode/issues/119860

the issue was introduced by a change in VSCode: https://code.visualstudio.com/updates/v1_54#_changes-to-workspace-search-actions

related: https://github.com/alphabotsec/vscode-eclipse-keybindings/pull/39

kasecato commented 3 years ago

Thank you so much!

kasecato commented 3 years ago

@fabb I've just released v1.4.4. Please check it

fabb commented 3 years ago

Very welcome! Thanks for creating the keybindings, makes moving between the 2 IDEs a lot easier.

Tested on macOS, works!