Skip to content

[Bug report] The Tab key conflicts with the text editor’s Tab character when using Copilot’s “Next Edit Suggestion(NES)” feature. #1556 Open #11

Description

@Hononon

What's the problem

The Tab key conflicts with the text editor’s Tab character when using Copilot’s “Next Edit Suggestion(NES)” feature.

What's the expected result

Pressing the Tab key should accept the NES suggestion.

How to reproduce

Press Tab when an NES suggestion appears.

Method to solve

Disable the extension's Tab key binding in keybindings.json:

    {
        "key": "tab",
        "command": "-tab",
        "when": "editorTextFocus && !editorReadonly && !editorTabMovesFocus"
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions