GitHub Copilot VSCode Shortcuts

Linux shortcuts for the Github Copilot Visual Studio Code extension.

Shows a user typing in a code editor and an inline suggestion appears, pressing tab then shows the suggestion being accepted

Accept an inline suggestion

⇥ tab

Dismiss an inline suggestion

esc

Show next inline suggestion

Alt+[

Show previous inline suggestion

Alt+]

Trigger inline suggestion

Alt+\

Open completions panel

Ctrl+ Enter

Open inline chat

Ctrl+I