================================= GitHub Copilot keyboard shortcuts ================================= First published at 8/8/2022 on https://defkey.com/github-copilot-shortcuts GitHub Copilot is an artificial intelligence tool that helps programmers by autocompleting code. It works with Visual Studio Code, Visual Studio, Neovim, and JetBrains integrated development environments. The software is currently available via a subscription. GitHub Copilot has 6 shortcuts and we have listed all of them below. General ------- Tab Accept an inline suggestion (command name: editor.action.inlineSuggest.commit) Esc Dismiss an inline suggestion (command name: editor.action.inlineSuggest.hide) Alt + ] Show next inline suggestion (command name: editor.action.inlineSuggest.showNext) Alt + [ Show previous inline suggestion (command name: editor.action.inlineSuggest.showPrevious) Alt + \ Trigger inline suggestion (command name: editor.action.inlineSuggest.trigger) Ctrl + Enter Open GitHub Copilot (additional suggestions in separate pane) Not assigned: Toggle GitHub Copilot on/off (command name: github.copilot.toggleCopilot) Last modified on (UTC): Monday, August 8, 2022 Defkey © All rights reserved.