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
Copy file name to clipboardExpand all lines: docs/copilot/ai-powered-suggestions.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,16 +159,15 @@ To give you relevant inline suggestions, Copilot looks at the current and open f
159
159
160
160
You can temporarily enable or disable code completions either for all languages, or for specific languages only.
161
161
162
-
To enable completions:
162
+
To enable or disable code completions:
163
163
164
-
1. Select **Configure Code Completions...** from the Copilot menu in the VS Code title bar.
165
-
1. Select **Enable Completions**.
164
+
1. Select the Copilot menu in the VS Code title bar, and then select **Configure Code Completions...**.
166
165
167
-
To disable completions:
166
+

168
167
169
-
1.Select **Configure Code Completions...** from the Copilot menu in the VS Code title bar.
170
-
1. To disable completions globally, select **Disable Globally**.
171
-
1. To disable completions for the language of the file you are currently editing, select **Disable for \<language\>**.
168
+
1.To enable or disable completions for all languages, select **Enable Completions** or **Disable Completions** respectively.
169
+
170
+
1. To enable or disable completions for the language of the current file, select **Enable Completions for \<language\>** or **Disable Completions for \<language\>**.
172
171
173
172
### Change the AI model
174
173
@@ -177,7 +176,10 @@ Different Large Language Models (LLMs) are trained on different types of data an
177
176
To change the model that is used for code completions:
178
177
179
178
1. Select **Configure Code Completions...** from the Copilot menu in the VS Code title bar.
180
-
1. Select **Change Completions Model...**, and then select one of the models.
179
+
180
+

181
+
182
+
1. Select **Change Completions Model...**, and then select one of the models from the list.
181
183
182
184
> [!NOTE]
183
185
> The list of available models might vary and change over time. If you are a Copilot Business or Enterprise user, your Administrator needs to enable certain models for your organization by opting in to `Editor Preview Features` in the [Copilot policy settings](https://docs.github.com/en/enterprise-cloud@latest/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization) on GitHub.com.
0 commit comments