Skip to content

Commit 3a2cd27

Browse files
committed
Add screenshot for Configure Completions
1 parent 2834a23 commit 3a2cd27

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

docs/copilot/ai-powered-suggestions.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,16 +159,15 @@ To give you relevant inline suggestions, Copilot looks at the current and open f
159159

160160
You can temporarily enable or disable code completions either for all languages, or for specific languages only.
161161

162-
To enable completions:
162+
To enable or disable code completions:
163163

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...**.
166165

167-
To disable completions:
166+
![Copilot menu in the VS Code title bar](images/inline-suggestions/configure-code-completions.png)
168167

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\>**.
172171

173172
### Change the AI model
174173

@@ -177,7 +176,10 @@ Different Large Language Models (LLMs) are trained on different types of data an
177176
To change the model that is used for code completions:
178177

179178
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+
![Copilot menu in the VS Code title bar](images/inline-suggestions/configure-code-completions.png)
181+
182+
1. Select **Change Completions Model...**, and then select one of the models from the list.
181183

182184
> [!NOTE]
183185
> 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.
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)