Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.32 KB

7-hot-keys-and-commands.md

File metadata and controls

32 lines (25 loc) · 1.32 KB

Common Hot Keys and Commands for GitHub Copilot

Note: These are work in progress and have not been validated. Validate then remove this note.

General Commands

Windows Mac Purpose
Ctrl + I Cmd + I Open inline chat
Ctrl + Shift + I Cmd + Shift + I Open chat view
Tab Tab Accept suggestion
Esc Esc Dismiss suggestion
Alt + [ Option + [ Show previous suggestion
Alt + ] Option + ] Show next suggestion

Chat Participants

Participant Purpose
@workspace References files in your workspace
@vscode Ask about VS Code features
@terminal Ask about terminal commands

Slash Commands

Command Purpose
/help Show available commands
/tests Generate unit tests
/fix Propose fixes for problems
/explain Explain selected code
/doc Generate documentation