Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/visualstudiocode/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ As the developer you are always in charge; you can select which suggestion to us
2. GitHub Copilot will again show you a suggested completion.

3. Instead of pressing `Tab`:
* On macOS, press `Option`+`]` (or `Option`+`[`).
* On macOS, press `Option (⌥) or Alt`+`]` (or `Option (⌥) or Alt`+`[`).
* On Windows or Linux, press `Alt`+`]` (or `Alt`+`[`).

GitHub Copilot will cycle through other alternative suggestions.
Expand Down Expand Up @@ -167,11 +167,11 @@ Copilot. If you wish to rebind them, check out [the configuration guide](configu

* Dismiss an inline suggestion: `Esc`.

* Show next inline suggestion: `Alt + ]` or `Option + ]`.
* Show next inline suggestion: `Alt + ]` or `Option (⌥) + ]`.

* Show previous inline suggestion: `Alt + [` or `Option + [`.
* Show previous inline suggestion: `Alt + [` or `Option (⌥) + [`.

* Trigger inline suggestion: `Alt + \` or `Option + \`.
* Trigger inline suggestion: `Alt + \` or `Option (⌥) + \`.

* Open Copilot (10 suggestions in separate pane): `Ctrl + Enter`.

Expand Down