GitHub Copilot VSCode Shortcuts

macOS 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

Opt+[

Show previous inline suggestion

Opt+]

Trigger inline suggestion

Opt+\

Open completions panel

Ctrl+

Open inline chat

Cmd+I