Skip to content

Commit 1621d26

Browse files
authored
Merge pull request #8055 from microsoft/completions-image
Copilot docs edits
2 parents 2834a23 + f351665 commit 1621d26

File tree

4 files changed

+27
-31
lines changed

4 files changed

+27
-31
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

docs/copilot/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GitHub Copilot can provide assistance in a variety of scenarios.
5858

5959
## Getting started
6060

61-
1. Select **Use AI Features with Copilot for Free...** from the Copilot menu in the VS Code title bar
61+
1. Select **Use AI Features with Copilot for Free...** from the Copilot menu in the VS Code title bar or from the Command Palette (`kb(workbench.action.showCommands)`)
6262

6363
1. Sign in with your GitHub account to use Copilot
6464

docs/copilot/setup.md

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,16 @@ There are different ways to get access to GitHub Copilot:
2626

2727
## Set up Copilot in VS Code
2828

29-
VS Code provides a streamlined experience to set up GitHub Copilot that takes you through the following steps:
29+
VS Code provides a streamlined experience to set up GitHub Copilot. This installs the GitHub Copilot extensions and signs you in to your GitHub account. If you don't have a Copilot subscription yet, it activates the [Copilot Free plan](https://github.com/github-copilot/signup).
3030

31-
* Installs the GitHub Copilot extensions in VS Code
32-
* Signs in to your GitHub account
33-
* If you don't have a Copilot subscription yet, signs you up for the [Copilot Free plan](https://github.com/github-copilot/signup)
34-
35-
1. Open the Copilot menu in the VS Code title bar and select **Use AI Features with Copilot for Free...** to open the Chat view
31+
1. Select **Use AI Features with Copilot for Free...** from the Copilot menu in the VS Code title bar or from the Command Palette (`kb(workbench.action.showCommands)`)
3632

3733
![The Copilot menu in the VS Code title bar, showing the option to use AI features with Copilot for free.](images/setup/copilot-menu-use-ai-features.png)
3834

3935
> [!TIP]
40-
> You can also open the Chat view directly by using the keyboard shortcut `kb(workbench.action.chat.open)` or with the **Chat: Focus on Chat View** command.
36+
> You can also open the Chat view directly by using the keyboard shortcut `kb(workbench.action.chat.open)` or with the **Open Chat** command.
4137
42-
1. Select **Sign in to Use Copilot for free** to sign in to your GitHub account. This step also installs the Copilot extensions.
38+
1. Select **Sign in to Use Copilot for Free** to sign in to your GitHub account. This step also installs the Copilot extensions.
4339

4440
![Chat view shows the Copilot message and a button that enables you to sign in to use Copilot.](images/setup/copilot-chat-view-new-user.png)
4541

@@ -64,27 +60,22 @@ After you've signed in to your GitHub account and have access to Copilot, start
6460

6561
## Manually set up GitHub Copilot in VS Code
6662

67-
To manually set up GitHub Copilot in VS Code, you need to perform the following steps:
68-
69-
* Install the GitHub Copilot extensions in VS Code
70-
* Sign in to Copilot
71-
72-
### Install the GitHub Copilot extensions
63+
To manually set up GitHub Copilot in VS Code, perform the following steps:
7364

74-
To manually install the GitHub Copilot extensions:
65+
1. Install the GitHub Copilot extensions in VS Code
7566

76-
> <a class="install-extension-btn" href="vscode:extension/GitHub.copilot?referrer=docs-copilot-setup">Install the GitHub Copilot extensions</a>
67+
> <a class="install-extension-btn" href="vscode:extension/GitHub.copilot?referrer=docs-copilot-setup">Install the GitHub Copilot extensions</a>
7768
78-
You can also open the Extensions view and search for *GitHub Copilot* to install the extension.
69+
You can also open the Extensions view and search for *GitHub Copilot* to install the extension.
7970

80-
> [!NOTE]
81-
> When you install the GitHub Copilot extension, the [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extension is also installed.
71+
> [!NOTE]
72+
> When you install the GitHub Copilot extension, the [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extension is also installed.
8273
83-
### Sign in to Copilot
74+
1. Sign in to Copilot from VS Code
8475

85-
Sign in to your GitHub account by entering **GitHub Copilot: Sign in** in the Command Palette (`kb(workbench.action.showCommands)`)
76+
Sign in to your GitHub account by entering **GitHub Copilot: Sign in** in the Command Palette (`kb(workbench.action.showCommands)`)
8677

87-
![Command Palette in VS Code, showing the option to sign in to GitHub Copilot.](images/setup/command-palette-copilot-sign-in.png)
78+
![Command Palette in VS Code, showing the option to sign in to GitHub Copilot.](images/setup/command-palette-copilot-sign-in.png)
8879

8980
## Use a different GitHub account with Copilot
9081

0 commit comments

Comments
 (0)