Skip to content

Commit 27f70e8

Browse files
committed
Fix numbering
1 parent fd7c7b9 commit 27f70e8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,15 @@ As you type code or comments in the editor, GitHub Copilot provides context-awar
6464

6565
1. Hover over the suggestion to see the GitHub Copilot command palette.
6666

67-
- Select **Tab** or press `Tab` **to accept** the suggestion or continue typing to reject it.
67+
**Accept suggestion**
68+
Select **Tab** or press `Tab` **to accept** the suggestion or continue typing to reject it.
6869

69-
:::image type="content" source="media/vs-2022/visual-studio-github-copilot-extension/copilot-accept-code-suggestions.png" alt-text="Screenshot that shows accepting the GitHub Copilot code suggestions in Visual Studio":::
70+
:::image type="content" source="media/vs-2022/visual-studio-github-copilot-extension/copilot-accept-code-suggestions.png" alt-text="Screenshot that shows accepting the GitHub Copilot code suggestions in Visual Studio":::
7071

71-
- Select **Alt+/** or press `Alt+/` **to modify** the suggestion from Copilot. You can modify and curate the GitHub Copilot suggestions by adding context in inline chat or by editing the completion.
72+
**Modify suggestion**
73+
Select **Alt+/** or press `Alt+/` **to modify** the suggestion from Copilot. You can modify and curate the GitHub Copilot suggestions by adding context in inline chat or by editing the completion.
7274
73-
:::image type="content" source="media/vs-2022/visual-studio-github-copilot-extension/copilot-modify-code-completions.png" alt-text="Screenshot that shows modifying the GitHub Copilot code suggestions in Visual Studio":::
75+
:::image type="content" source="media/vs-2022/visual-studio-github-copilot-extension/copilot-modify-code-completions.png" alt-text="Screenshot that shows modifying the GitHub Copilot code suggestions in Visual Studio":::
7476
7577
1. Add following code to see whole line completions from GitHub Copilot.
7678
@@ -80,7 +82,7 @@ As you type code or comments in the editor, GitHub Copilot provides context-awar
8082
int sum
8183
```
8284
83-
:::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":::
85+
:::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":::
8486
8587
>[!NOTE]
8688
>With Visual Studio 2022 version 17.11, [content exclusion is available for GitHub Copilot Completions](visual-studio-github-copilot-admin.md#github-copilot-completions-in-visual-studio-and-content-exclusions) in Visual Studio. Completions and suggestions won't be available on content excluded by your admin. See [configuring content exclusions for GitHub Copilot](https://docs.github.com/copilot/managing-github-copilot-in-your-organization/configuring-content-exclusions-for-github-copilot?tool=visualstudio) to learn more.

0 commit comments

Comments
 (0)