Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit bbaf312

Browse files
author
Ganesh Sittampalam
authored
Update gettingstarted.md
New key combinations for cycling through suggestions
1 parent fed6cf8 commit bbaf312

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/visualstudio/gettingstarted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ As the developer you are always in charge; you can select which suggestion to us
107107

108108
2. GitHub Copilot will again show you a suggested completion.
109109

110-
3. Instead of pressing `Tab`, press `Ctrl`+`Alt`+`]` (or `Ctrl`+`Alt`+`[`).
110+
3. Instead of pressing `Tab`, press `Alt`+`.` (or `Alt`+`,`).
111111

112112
GitHub Copilot will cycle through other alternative suggestions.
113113

@@ -171,9 +171,9 @@ Copilot. If you wish to rebind them, check out [the configuration guide](configu
171171

172172
* Dismiss an inline suggestion: `Esc`.
173173

174-
* Show next inline suggestion: `Ctrl + Alt + ]`.
174+
* Show next inline suggestion: `Alt + .`.
175175

176-
* Show previous inline suggestion: `Ctrl + Alt + [`.
176+
* Show previous inline suggestion: `Alt + ,`.
177177

178178
* Trigger inline suggestion: `Ctrl + Alt + \`.
179179

0 commit comments

Comments
 (0)