Skip to content

Conflicting VS Code keybindings to search Ruby documentation #261

@Haltarys

Description

@Haltarys

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

  1. Install the extension.
  2. Open a text editor (with Ctrl+N for example)
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions