Skip to content

Commit a9206c5

Browse files
authored
Revise tips and tricks for GitHub Copilot in VS
Updated keyboard shortcuts and customization options for completions.
1 parent 2308443 commit a9206c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/ide/visual-studio-github-copilot-extension.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ As you type code or comments in the editor, GitHub Copilot provides context-awar
8686
:::image type="content" source="media/vs-2022/visual-studio-github-copilot-extension/github-copilot-whole-line-completions.gif" alt-text="Animated screenshot that shows using the GitHub Copilot completions in Visual Studio.":::
8787
8888
## Tips and tricks
89+
8990
Keyboard shortcuts related to completions:
9091
9192
- Manually trigger a completion using <kbd>Alt</kbd>+<kbd>,</kbd>
@@ -95,8 +96,8 @@ Keyboard shortcuts related to completions:
9596
9697
Customize your completions experience with settings:
9798
98-
- If you feel like completions appear too quickly sometimes and interrupt your typing, go to **Tools** -> **Options** -> **IntelliCode** -> **Advanced** and turn on **wait for pauses in typing before showing whole line completions**. This setting will add a debounce to request code completions when you are typing, so you will not see completions quickly showing and disappearing while you are typing fast.
99-
- By default, completions are automatically triggered by each keystroke you type. If you do not want automatic completions and want to only receive completions when you request it, go to **Tools** -> **Options** -> **IntelliCode** -> **General** and turn off **Automatically generate code completions in the Editor**. Then, use <kbd>Alt</kbd>+<kbd>,</kbd> to manually trigger completions.
99+
- If you feel like completions appear too quickly and interrupt your typing, go to **Tools** -> **Options** -> **IntelliCode** -> **Advanced** and enable **Wait for pauses in typing before showing whole line completions**. This setting adds a debounce delay, so completions won’t flash and disappear while you're typing quickly.
100+
- By default, completions are automatically triggered by each keystroke you type. To disable automatic completions, go to **Tools** -> **Options** -> **IntelliCode** -> **General** and turn off **Automatically generate code completions in the Editor**. Then, use <kbd>Alt</kbd>+<kbd>,</kbd> to manually trigger completions.
100101
101102
## Content exclusions
102103

0 commit comments

Comments
 (0)