You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:::imagetype="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
+
:::imagetype="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
71
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
+
**Modifysuggestion**
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.
72
74
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":::
74
76
75
77
1. Add following code to see whole line completions from GitHub Copilot.
76
78
@@ -80,7 +82,7 @@ As you type code or comments in the editor, GitHub Copilot provides context-awar
80
82
int sum
81
83
```
82
84
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":::
84
86
85
87
>[!NOTE]
86
88
>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