Describe the bug
I can't use the keyboard shortcut Ctrl+Shift+R to refactor my code because it is shadowed by this extension.
To Reproduce
- Install the extension.
- Open a text editor (with
Ctrl+N for example)
- Press
Ctrl+Shift+R. A text input appears at the top instead of showing the refactor pop-up.
Expected behavior
I should be able to use the extension AND the refactor keyboard shortcut.
Potential solution
Either change the keybinding to another combination altogether or add a when expression to restrict it to a context where it does not shadow any other keybindings.
Platform:
- OS: Windows 10
- vscode version: 1.74.2
- extension version: 0.24.0