You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Sigh. I originally chose that shortcut because it didn't have any native assignments. Now it has three. I'll see if there's a configuration that makes sense for it.
In the meantime, you can delete or reassign it in your preferences.
Go to the keyboard shortcuts page ("Preferences: Open Keyboard Shortcuts" in the command palette)
Search for "solargraph"
Highlight the "Solargraph: Search Ruby Documentation" row and hit delete
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
Ctrl+N
for example)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:
The text was updated successfully, but these errors were encountered: