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
GitHub Copilot acts as an AI-powered pair programmer, automatically offering suggestions to complete your code, comments, tests, and more. It provides these suggestions directly in the editor while you write your code, and it can work with a broad range of programming languages and frameworks.
14
14
15
-
## Getting started
16
-
17
-
1. Install the GitHub Copilot extensions.
18
-
19
-
> <aclass="install-extension-btn"href="vscode:extension/GitHub.copilot?referrer=docs-copilot-ai-powered-suggestions">Install the GitHub Copilot extensions</a>
20
-
21
-
1. Sign in with your GitHub account to use Copilot.
22
-
23
-
> [!TIP]
24
-
> If you don't yet have a Copilot subscription, you can use Copilot for free by signing up for the [Copilot Free plan](https://github.com/github-copilot/signup) and get a monthly limit of completions and chat interactions.
25
-
26
-
1. Discover the key features of Copilot in VS Code with our [Copilot Quickstart](/docs/copilot/getting-started.md).
27
-
28
15
## Inline suggestions
29
16
30
17
Copilot offers code suggestions as you type: sometimes the completion of the current line, sometimes a whole new block of code. You can accept all, or part of a suggestion, or you can keep typing and ignore the suggestions.
Copy file name to clipboardExpand all lines: docs/copilot/copilot-chat.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,6 @@ Instead of using chat to get suggestions, Copilot can also directly make edits a
17
17
> [!TIP]
18
18
> If you don't yet have a Copilot subscription, you can use Copilot for free by signing up for the [Copilot Free plan](https://github.com/github-copilot/signup) and get a monthly limit of completions and chat interactions.
19
19
20
-
## Prerequisites
21
-
22
-
* Access to GitHub Copilot in VS Code. See [Setup Copilot in VS Code](/docs/copilot/setup.md).
23
-
24
-
* Latest version of Visual Studio Code. See the [VS Code download page](https://code.visualstudio.com/Download).
25
-
26
20
## Access Copilot Chat in VS Code
27
21
28
22
You can submit prompts to Copilot in VS Code in several ways, depending on your workflow.
Copy file name to clipboardExpand all lines: docs/copilot/faq.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,10 @@ This article answers frequently asked questions about using GitHub Copilot in Vi
18
18
19
19
There are different ways to get access to GitHub Copilot:
20
20
21
-
* As an individual, you can sign up to use [Copilot for free](https://github.com/github-copilot/signup), without the need for a credit card. You are entitled to a limited number of completions and chat interactions per month with the free plan, which reset each month. Learn more about the [Copilot Free plan details and conditions](https://docs.github.com/en/copilot/about-github-copilot/subscription-plans-for-github-copilot).
22
-
23
-
* As an individual, sign up for a [paid subscription](https://github.com/github-copilot/signup/copilot_individual) to get unlimited completions and chat interactions. You can try GitHub Copilot for free with a one-time 30-day trial.
24
-
25
-
* If you are a member of an organization or enterprise that has a subscription to GitHub Copilot, you can request access to Copilot by going to <https://github.com/settings/copilot> and requesting access under "Get Copilot from an organization."
26
-
27
-
Learn more about [billing for GitHub Copilot](https://docs.github.com/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot).
21
+
| Type of User | Description |
22
+
|--------------------------------|-------------|
23
+
| Individual | <ul><li>Set up [GitHub Copilot Free](https://github.com/github-copilot/signup) to get a limited experience of Copilot without a subscription. See [About GitHub Copilot Free](https://docs.github.com/en/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/about-github-copilot-free).</li><li>Sign up for a paid GitHub Copilot subscription to get unlimited completions and chat interactions. You can [try GitHub Copilot for free](https://github.com/github-copilot/signup?ref_cta=Copilot+trial&ref_loc=about+github+copilot&ref_page=docs) with a one-time 30-day trial.</li><li>See [Setting up GitHub Copilot for yourself](https://docs.github.com/en/copilot/setting-up-github-copilot/setting-up-github-copilot-for-yourself) for all options. </li></ul> |
24
+
| Organization/Enterprise member | <ul><li>If you are a member of an organization or enterprise that has a subscription to GitHub Copilot, you can request access to Copilot by going to <https://github.com/settings/copilot> and requesting access under "Get Copilot from an organization."</li><li>See [Setting up GitHub Copilot for your organization](https://docs.github.com/en/copilot/setting-up-github-copilot/setting-up-github-copilot-for-your-organization) to enable Copilot for your organization.</li></ul> |
28
25
29
26
### I reached my completions or chat interactions limit
Copy file name to clipboardExpand all lines: docs/copilot/getting-started-chat.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,12 @@ If you're new to using GitHub Copilot in VS Code, see the [GitHub Copilot Overvi
19
19
20
20
## Prerequisites
21
21
22
-
*To use GitHub Copilot in VS Code, you must have the [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) extension. When you install this extension, the [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extension is also installed.
22
+
To use GitHub Copilot in VS Code, you need to have the following:
23
23
24
-
* To use GitHub Copilot, you must have an active subscription for GitHub Copilot in your personal account, or you need to be assigned a seat by your organization.
24
+
* Access to GitHub Copilot
25
+
* GitHub Copilot extensions installed in VS Code
25
26
26
-
Follow these steps to [set up GitHub Copilot in VS Code](/docs/copilot/setup.md)by signing up for a subscription and installing the Copilot extension in VS Code.
27
+
Follow the steps in the [GitHub Copilot set up guide](/docs/copilot/setup.md)to get access to GitHub Copilot and install the Copilot extensions in VS Code.
Copy file name to clipboardExpand all lines: docs/copilot/getting-started.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,12 @@ While we're using TypeScript for this tutorial, please note that Copilot is also
21
21
22
22
## Prerequisites
23
23
24
-
*To use GitHub Copilot in VS Code, you must have the [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) extension. When you install this extension, the [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extension is also installed.
24
+
To use GitHub Copilot in VS Code, you need to have the following:
25
25
26
-
* To use GitHub Copilot, you must have an active subscription for GitHub Copilot in your personal account, or you need to be assigned a seat by your organization.
26
+
* Access to GitHub Copilot
27
+
* GitHub Copilot extensions installed in VS Code
27
28
28
-
Follow these steps to [set up GitHub Copilot in VS Code](/docs/copilot/setup.md)by signing up for a subscription and installing the Copilot extension in VS Code.
29
+
Follow the steps in the [GitHub Copilot set up guide](/docs/copilot/setup.md)to get access to GitHub Copilot and install the Copilot extensions in VS Code.
Copy file name to clipboardExpand all lines: docs/copilot/overview.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,9 @@ GitHub Copilot can provide assistance in a variety of scenarios.
58
58
59
59
## Getting started
60
60
61
-
1.Install the GitHub Copilot extensions.
61
+
1.Select **Use AI Features with Copilot for Free...** from the Copilot menu in the VS Code title bar
62
62
63
-
> <aclass="install-extension-btn"href="vscode:extension/GitHub.copilot?referrer=docs-copilot-overview">Install the GitHub Copilot extensions</a>
64
-
65
-
1. Sign in with your GitHub account to use Copilot.
63
+
1. Sign in with your GitHub account to use Copilot
66
64
67
65
> [!TIP]
68
66
> You can get started for free with the [Copilot Free plan](https://github.com/github-copilot/signup) if you don't yet have a Copilot subscription. Follow the steps in the [setup guide](/docs/copilot/setup.md) to set up a Copilot subscription.
Welcome to AI-powered development with Visual Studio Code! Follow the steps in this guide to get started in minutes.
14
14
15
-
> [!TIP]
16
-
> If you don't yet have a Copilot subscription, you can use Copilot for free by signing up for the [Copilot Free plan](#related-resources) and get a monthly limit of completions and chat interactions.
17
-
18
15
## Enable Copilot Free in VS Code
19
16
20
-
1.[Download Visual Studio Code](https://code.visualstudio.com/Download) for your platform
17
+
1.[Download and install Visual Studio Code](https://code.visualstudio.com/Download) for your platform
21
18
22
19
1. Start VS Code
23
20
24
-
1.Press `kb(workbench.action.chat.open)` or select **Use AI Features with Copilot for Free...** from the Copilot menu in the title bar
21
+
1.Select **Use AI Features with Copilot for Free...** from the Copilot menu in the title bar or from the Command Palette (`kb(workbench.action.showCommands)`)
25
22
26
23

Copy file name to clipboardExpand all lines: docs/copilot/setup.md
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,18 @@ This guide walks you through setting up GitHub Copilot in Visual Studio Code. To
19
19
20
20
There are different ways to get access to GitHub Copilot:
21
21
22
-
* As an individual, you can sign up to use [Copilot for free](https://github.com/github-copilot/signup), without the need for a credit card. You are entitled to a limited number of completions and chat interactions per month with the free plan, which reset each month. Learn more about the [Copilot Free plan details and conditions](https://docs.github.com/en/copilot/about-github-copilot/subscription-plans-for-github-copilot).
22
+
| Type of User | Description |
23
+
|--------------------------------|-------------|
24
+
| Individual | <ul><li>Set up [GitHub Copilot Free](https://github.com/github-copilot/signup) to get a limited experience of Copilot without a subscription. See [About GitHub Copilot Free](https://docs.github.com/en/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/about-github-copilot-free).</li><li>Sign up for a paid GitHub Copilot subscription to get unlimited completions and chat interactions. You can [try GitHub Copilot for free](https://github.com/github-copilot/signup?ref_cta=Copilot+trial&ref_loc=about+github+copilot&ref_page=docs) with a one-time 30-day trial.</li><li>See [Setting up GitHub Copilot for yourself](https://docs.github.com/en/copilot/setting-up-github-copilot/setting-up-github-copilot-for-yourself) for all options. </li></ul> |
25
+
| Organization/Enterprise member | <ul><li>If you are a member of an organization or enterprise that has a subscription to GitHub Copilot, you can request access to Copilot by going to <https://github.com/settings/copilot> and requesting access under "Get Copilot from an organization."</li><li>See [Setting up GitHub Copilot for your organization](https://docs.github.com/en/copilot/setting-up-github-copilot/setting-up-github-copilot-for-your-organization) to enable Copilot for your organization.</li></ul> |
23
26
24
-
* As an individual, sign up for a [paid subscription](https://github.com/github-copilot/signup/copilot_individual) to get unlimited completions and chat interactions. You can try GitHub Copilot for free with a one-time 30-day trial.
25
-
26
-
* If you are a member of an organization or enterprise that has a subscription to GitHub Copilot, you can request access to Copilot by going to <https://github.com/settings/copilot> and requesting access under "Get Copilot from an organization."
27
+
## Set up Copilot in VS Code
27
28
28
-
Learn more about [billing for GitHub Copilot](https://docs.github.com/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot).
29
+
VS Code provides a streamlined experience to set up GitHub Copilot that takes you through the following steps:
29
30
30
-
## Set up Copilot in VS Code
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)
31
34
32
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
33
36
@@ -36,10 +39,12 @@ Learn more about [billing for GitHub Copilot](https://docs.github.com/billing/ma
36
39
> [!TIP]
37
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.
38
41
39
-
1. Select **Sign in to Use Copilot** to sign in to your GitHub account and get started. This also installs the GitHub Copilot extensions in VS Code.
42
+
1. Select **Sign in to Use Copilot for free** to sign in to your GitHub account. This step also installs the Copilot extensions.
40
43
41
44

42
45
46
+
If you already have a Copilot subscription, you can now start using Copilot in VS Code.
47
+
43
48
1. If you don't yet have a Copilot subscription, follow the steps in the browser to sign up for the Copilot Free plan
44
49
45
50
> [!IMPORTANT]
@@ -57,7 +62,14 @@ After you've signed in to your GitHub account and have access to Copilot, start
57
62
58
63
1. Continue with the [Copilot Quickstart](/docs/copilot/getting-started.md) to discover the key features of Copilot in VS Code.
59
64
60
-
## Install Copilot extensions in VS Code
65
+
## Manually set up GitHub Copilot in VS Code
66
+
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
61
73
62
74
To manually install the GitHub Copilot extensions:
63
75
@@ -68,7 +80,7 @@ You can also open the Extensions view and search for *GitHub Copilot* to install
68
80
> [!NOTE]
69
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.
70
82
71
-
## Sign in to Copilot
83
+
###Sign in to Copilot
72
84
73
85
Sign in to your GitHub account by entering **GitHub Copilot: Sign in** in the Command Palette (`kb(workbench.action.showCommands)`)
0 commit comments