Essential GitHub Copilot keyboard shortcuts for VS Code. Learn how to accept, dismiss, and cycle through AI code suggestions, use inline chat, and maximize your coding productivity with Copilot.
Search all GitHub Copilot shortcuts interactively
Open Interactive Shortcut Finder| Shortcut | Action | Description |
|---|---|---|
| Tab | Accept Suggestion | Accept Copilot\ |
| Esc | Dismiss Suggestion | Dismiss Copilot suggestion. |
| Shortcut | Action | Description |
|---|---|---|
| Ctrl + Shift + I | Open Copilot Chat | Open the Copilot Chat panel. |
| Ctrl + I | Inline Chat | Open inline Copilot Chat in the editor. |
| /explain | Explain Code | Request explanation of selected code. |
| /fix | Fix Code | Fix issues in selected code. |
| /tests | Generate Tests | Generate tests for selected code. |
| /doc | Generate Docs | Generate documentation for selected code. |
| @workspace | Workspace Context | Ask questions with entire project as context. |
| #file | File Reference | Add a specific file as context. |
| #selection | Selection Reference | Add currently selected code as context. |
| Shortcut | Action | Description |
|---|---|---|
| Ctrl + Shift + Enter | Accept Edit | Accept Copilot\ |
| Ctrl + Backspace | Reject Edit | Reject Copilot\ |
| Ctrl + Shift + Alt + Enter | Accept All Edits | Accept all Copilot edits across all files. |
Press Tab to accept the full suggestion, or Ctrl+Right Arrow to accept word by word.
Press Ctrl+I (Cmd+I on Mac) to open inline chat for contextual code editing.
Press Esc to dismiss the current suggestion.
Press Alt+] for the next suggestion and Alt+[ for the previous one.
Press Ctrl+Shift+I (Cmd+Shift+I on Mac) to open the Copilot chat panel.
Browse shortcuts for 111 platforms
Explore All Platforms