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

Binding "Change All Occurences" to Shift+F6 #180

Closed goncalossilva closed 4 years ago

goncalossilva commented 4 years ago

In some contexts, this is the only rename function. Its key is editor.action.changeAll, and its condition differs from renaming as it doesn't include editorHasRenameProvider.

kasecato commented 4 years ago

Hi @goncalossilva , thanks for your great idea! I just released v0.2.40, please check it 👍

goncalossilva commented 4 years ago

Awesome! It works great. :ok_hand: