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
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,16 @@ GitHub Copilot acts as an AI-powered pair programmer, automatically offering sug
14
14
15
15
## Getting started
16
16
17
-
1. Install the GitHub Copilot extension. This also installs the GitHub Copilot Chat extension.
17
+
1. Install the GitHub Copilot extensions.
18
18
19
-
> <aclass="install-extension-btn"href="vscode:extension/GitHub.copilot">Install the GitHub Copilot extension</a>
19
+
> <aclass="install-extension-btn"href="vscode:extension/GitHub.copilot?referrer=docs-copilot-ai-powered-suggestions">Install the GitHub Copilot extensions</a>
20
20
21
-
1.Follow the steps in the [Copilot setup guide](/docs/copilot/setup.md) to configure GitHub Copilot in VS Code.
21
+
1.Sign in with your GitHub account to use Copilot.
22
22
23
23
> [!TIP]
24
-
> If you don't yet have a GitHub Copilot subscription, sign up for a [GitHub Copilot free trial](https://github.com/login?return_to=%2fgithub-copilot%2fsignup) in your personal account.
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
25
26
-
1. Get going with these hands-on tutorials to learn how to use GitHub Copilot in VS Code.
27
-
28
-
*[GitHub Copilot Quickstart](/docs/copilot/getting-started.md) - discover the key features of GitHub Copilot in VS Code.
29
-
30
-
*[Copilot Chat Tutorial](/docs/copilot/getting-started-chat.md) - get started with AI chat conversations.
26
+
1. Discover the key features of Copilot in VS Code with our [Copilot Quickstart](/docs/copilot/getting-started.md).
Copy file name to clipboardExpand all lines: docs/copilot/copilot-chat.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,10 @@ Copilot Chat integrates in your developer flow and gives you assistance where yo
18
18
*[**Chat view**](#chat-view): have an AI assistant on the side to help with your questions and to provide code suggestions
19
19
*[**Quick Chat**](#quick-chat): ask a quick question and get back into what you're doing
20
20
21
+
If you intend to make edits across multiple files in your project, you might consider using [Copilot Edits](/docs/copilot/copilot-edits.md). You can easily [move an existing chat conversation to Copilot Edits](/docs/copilot/copilot-edits.md#send-a-chat-request-to-copilot-edits).
22
+
21
23
> [!TIP]
22
-
> If you intend to make edits across multiple files in your project, you might consider using [Copilot Edits](/docs/copilot/copilot-edits.md). You can easily [move an existing chat conversation to Copilot Edits](/docs/copilot/copilot-edits.md#send-a-chat-request-to-copilot-edits).
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.
23
25
24
26
## Copilot Chat use cases
25
27
@@ -34,11 +36,14 @@ You can use Copilot Chat in various developer scenarios, such as:
34
36
35
37
## Prerequisites
36
38
37
-
* 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.
39
+
1. Install the GitHub Copilot extensions.
40
+
41
+
> <aclass="install-extension-btn"href="vscode:extension/GitHub.copilot?referrer=docs-copilot-copilot-chat">Install the GitHub Copilot extensions</a>
38
42
39
-
* 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.
43
+
1. Sign in with your GitHub account to use Copilot.
40
44
41
-
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.
45
+
> [!TIP]
46
+
> 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.
Copy file name to clipboardExpand all lines: docs/copilot/copilot-edits.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ Copilot Edits is great for iterating on large changes across multiple files. It
16
16
17
17
You can enable the Copilot Edits feature by setting the `setting(github.copilot.chat.edits.enabled)` setting to `true`.
18
18
19
+
> [!TIP]
20
+
> 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.
21
+
19
22
The following video shows how you can use Copilot Edits to modify a basic Express app and add a new page, implement a navigation bar, and modify the design to include a theme switcher.
20
23
21
24
<videosrc="images/copilot-edits/copilot-edits-hero.mp4"title="Use Copilot Edits to modify an Express app"loopcontrolsmuted></video>
This article lists the configuration settings for GitHub Copilot in Visual Studio Code. For general information about working with settings in VS Code, refer to [User and workspace settings](/docs/getstarted/settings.md), as well as the [Variables reference](/docs/editor/variables-reference.md) for information about predefined variable support.
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](https://github.com/github-copilot/signup) and get a monthly limit of completions and chat interactions.
17
+
15
18
The team is continuously working on improving Copilot in VS Code and adding new features. Items marked with <iclass="codicon codicon-beaker"></i> are experimental features. Try them out and share your feedback in [our issues](https://github.com/microsoft/vscode-copilot-release/issues). Get more info about the [feature lifecycle in VS Code](/docs/getstarted/settings.md#feature-lifecycle).
Copy file name to clipboardExpand all lines: docs/copilot/copilot-vscode-features.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ GitHub Copilot in Visual Studio Code provides AI-powered features to help you wr
14
14
15
15
You can access GitHub Copilot in VS Code through the Chat view, directly in the editor, from the integrated terminal, and via AI-powered enhancements in the VS Code user interface.
16
16
17
+
> [!TIP]
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
+
17
20
The team is continuously working on improving Copilot in VS Code and adding new features. Items in the cheat sheet marked with <iclass="codicon codicon-beaker"></i> are experimental features. Try them out and share your feedback in [our issues](https://github.com/microsoft/vscode-copilot-release/issues).
Copy file name to clipboardExpand all lines: docs/copilot/faq.md
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,26 @@ This article answers frequently asked questions about using GitHub Copilot in Vi
16
16
17
17
### How can I get a Copilot subscription?
18
18
19
-
If you want to use GitHub Copilot, you either need an active subscription for GitHub Copilot in your personal account, or you need to be assigned a seat in a subscription managed by an organization or enterprise.
19
+
There are different ways to get access to GitHub Copilot:
20
20
21
-
| Account type | Instructions |
22
-
| ------------ | ------------ |
23
-
| Personal account | Set up a subscription to **GitHub Copilot Individual** with your personal GitHub account. You can [activate a one-time 30-day trial to evaluate GitHub Copilot](https://github.com/github-copilot/signup). |
24
-
| Member of an organization | You need to be assigned a seat by an organization owner.<br/><br/>You can request access to **GitHub Copilot Business** from the [GitHub Copilot settings](https://github.com/settings/copilot) for your personal account. |
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."
25
26
26
27
Learn more about [billing for GitHub Copilot](https://docs.github.com/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot).
27
28
29
+
### I reached my completions or chat interactions limit
30
+
31
+
Your limit of code completions and chat interactions is reset every month, starting from the day you first signed up for the Copilot Free plan. If you reach your limit, you can opt to sign up for a [paid subscription](#how-can-i-get-a-copilot-subscription), and get an unlimited number of completions and chat messages. Alternatively, you can wait until the next month to continue using Copilot for free.
32
+
33
+

34
+
35
+
If only the chat interactions are reaching the limit, you can still use Copilot for code completions.
36
+
37
+
If only the code completions are reaching the limit, you can still use Copilot for chat interactions and Copilot Edits.
38
+
28
39
### My Copilot subscription is not detected in VS Code
29
40
30
41
- To use Copilot Chat in Visual Studio Code, you must be signed into Visual Studio Code with a GitHub ID that has access to GitHub Copilot. If your Copilot subscription is associated with another GitHub account, you might have to sign out of your GitHub account and sign in with another account. Use the **Accounts** menu in the Activity Bar for signing out of your current GitHub account.
@@ -97,6 +108,7 @@ You can temporarily deactivate Copilot completions from the Status Bar. You're p
97
108
- Verify that [GitHub Copilot is not disabled](#how-do-i-enabledisable-copilot) globally or for this language
98
109
- Verify that your [GitHub Copilot subscription is active and detected](#my-copilot-subscription-is-not-detected-in-vs-code)
99
110
- Verify that your [network settings](#network-and-firewall-configuration-for-copilot) are configured to allow connectivity to GitHub Copilot.
111
+
- Verify that you have not reached the limit of completions for the month with the [Copilot Free plan](TODO).
100
112
101
113
## Copilot Chat
102
114
@@ -107,6 +119,7 @@ Check each requirement if Copilot Chat doesn't work:
107
119
- Make sure you are on the latest version of Visual Studio Code (run **Code: Check for Updates**).
108
120
- Make sure you have the latest version of both the [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) and [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extensions.
109
121
- Your GitHub account that is signed into VS Code must have an active Copilot subscription. Check your [Copilot subscription](https://github.com/settings/copilot).
122
+
- Verify that you have not reached your limit of chat interactions for the month with the [Copilot Free plan](TODO).
Copy file name to clipboardExpand all lines: docs/copilot/getting-started-chat.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ This tutorial walks you through using the [GitHub Copilot Chat](https://marketpl
14
14
15
15
If you're new to using GitHub Copilot in VS Code, see the [GitHub Copilot Overview](/docs/copilot/overview.md) or get set up and discover the key capabilities in the [GitHub Copilot Getting Started Tutorial](/docs/copilot/getting-started.md).
16
16
17
+
> [!TIP]
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
+
17
20
## Prerequisites
18
21
19
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.
This tutorial walks you through the key features of GitHub Copilot in Visual Studio Code. Learn how to get started with the [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) extension to get AI-powered code suggestions in the editor, use chat conversations to refactor your code, and fix code errors with smart actions.
14
14
15
-
> [!NOTE]
16
-
> While we're using TypeScript for this tutorial, please note that Copilot is also trained on numerous other languages and a wide variety of frameworks.
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](https://github.com/github-copilot/signup)and get a monthly limit of completions and chat interactions.
17
17
18
-
For an overview of what you can do with GitHub Copilot in VS Code, see the [GitHub Copilot Overview](/docs/copilot/overview.md).
18
+
While we're using TypeScript for this tutorial, please note that Copilot is also trained on numerous other languages and a wide variety of frameworks.
19
19
20
20
<iframewidth="560"height="315"src="https://www.youtube-nocookie.com/embed/2q0BoioYSxQ"title="GitHub Copilot Best Practices (what not to do)"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe>
0 commit comments