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: content/contributing/style-guide-and-content-model/style-guide.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
@@ -887,12 +887,6 @@ Do not capitalize commonly used features like pull requests, topics, or issues.
887
887
888
888
This section describes additional conventions that are specific to GitHub products.
889
889
890
-
### {% data variables.product.prodname_copilot %}
891
-
892
-
#### {% data variables.product.prodname_copilot_short %} code completion
893
-
894
-
The {% data variables.product.prodname_copilot_short %} feature that suggests code as you are working on a file is called "{% data variables.product.prodname_copilot_short %} code completion" or just "code completion" (singular). Only use "code suggestions" (plural) when referring to multiple instances of code completion suggestions. For example, "When using {% data variables.product.prodname_copilot_short %} code completion..." but "the plan includes 2,000 code completions..."
Copy file name to clipboardExpand all lines: content/copilot/concepts/billing/copilot-requests.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,11 +52,11 @@ The following {% data variables.product.prodname_copilot_short %} features can u
52
52
53
53
## How do request allowances work per plan?
54
54
55
-
If you use **{% data variables.copilot.copilot_free_short %}**, your plan comes with up to 2,000 code completion requests and up to 50 premium requests per month. All chat interactions count as premium requests.
55
+
If you use **{% data variables.copilot.copilot_free_short %}**, your plan comes with up to 2,000 inline suggestion requests and up to 50 premium requests per month. All chat interactions count as premium requests.
56
56
57
-
If you're on a **paid plan**, you get unlimited code completions and unlimited chat interactions using the included models ({% data variables.copilot.copilot_gpt_5_mini %}, {% data variables.copilot.copilot_gpt_41 %} and {% data variables.copilot.copilot_gpt_4o %}). Rate limiting is in place to accommodate for high demand. See [AUTOTITLE](/copilot/concepts/rate-limits).
57
+
If you're on a **paid plan**, you get unlimited inline suggestions and unlimited chat interactions using the included models ({% data variables.copilot.copilot_gpt_5_mini %}, {% data variables.copilot.copilot_gpt_41 %} and {% data variables.copilot.copilot_gpt_4o %}). Rate limiting is in place to accommodate for high demand. See [AUTOTITLE](/copilot/concepts/rate-limits).
58
58
59
-
Paid plans also receive a monthly allowance of premium requests, which can be used for advanced chat interactions, code completions using premium models, and other premium features. For an overview of the amount of premium requests included in each plan, see [AUTOTITLE](/copilot/about-github-copilot/subscription-plans-for-github-copilot#comparing-copilot-plans).
59
+
Paid plans also receive a monthly allowance of premium requests, which can be used for advanced chat interactions, inline suggestions using premium models, and other premium features. For an overview of the amount of premium requests included in each plan, see [AUTOTITLE](/copilot/about-github-copilot/subscription-plans-for-github-copilot#comparing-copilot-plans).
60
60
61
61
{% data reusables.copilot.premium-request-entity-selection %}
Copy file name to clipboardExpand all lines: content/copilot/concepts/completions/code-suggestions.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ category:
19
19
20
20
{% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_vscode %} provides two kinds of code suggestions:
21
21
22
-
***Code completion**
22
+
***Ghost text suggestions**
23
23
* {% data variables.product.prodname_copilot_short %} offers coding suggestions as you type. You can also describe something you want to do using natural language within a comment, and {% data variables.product.prodname_copilot_short %} will suggest the code to accomplish your goal.
24
24
***{% data variables.copilot.next_edit_suggestions_caps %} ({% data variables.release-phases.public_preview %})**
25
25
* Based on the edits you are making, {% data variables.product.prodname_copilot_short %} will predict the location of the next edit you are likely to make and suggest a completion for it. Suggestions may span a single symbol, an entire line, or multiple lines, depending on the scope of the potential change. To enable {% data variables.copilot.next_edit_suggestions %}, see [AUTOTITLE](/copilot/managing-copilot/configure-personal-settings/configuring-github-copilot-in-your-environment#enabling-next-edit-suggestions).
@@ -32,7 +32,7 @@ category:
32
32
33
33
## About code suggestions in JetBrains IDEs
34
34
35
-
{% data variables.product.prodname_copilot_short %} offers code completion suggestions as you type.
35
+
{% data variables.product.prodname_copilot_short %} offers inline suggestions as you type.
36
36
37
37
{% data reusables.copilot.supported-languages %}
38
38
@@ -44,7 +44,7 @@ category:
44
44
45
45
{% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_vs %} provides two kinds of code suggestions:
46
46
47
-
***Code completion**
47
+
***Ghost text suggestions**
48
48
* {% data variables.product.prodname_copilot_short %} offers coding suggestions as you type.
49
49
***{% data variables.copilot.next_edit_suggestions_caps %} ({% data variables.release-phases.public_preview %})**
50
50
* Based on the edits you are making, {% data variables.product.prodname_copilot_short %} will predict the location of the next edit you are likely to make and suggest a completion for it. Suggestions may span a single symbol, an entire line, or multiple lines, depending on the scope of the potential change. To enable {% data variables.copilot.next_edit_suggestions %}, see [AUTOTITLE](/copilot/managing-copilot/configure-personal-settings/configuring-github-copilot-in-your-environment#enabling-next-edit-suggestions).
@@ -57,7 +57,7 @@ category:
57
57
58
58
## About code suggestions in Vim/Neovim
59
59
60
-
{% data variables.product.prodname_copilot %} provides code completion suggestions inline as you type in Vim/Neovim.
60
+
{% data variables.product.prodname_copilot %} provides inline suggestions as you type in Vim/Neovim.
61
61
62
62
{% endvimneovim %}
63
63
@@ -73,41 +73,41 @@ category:
73
73
74
74
## About code suggestions in Xcode
75
75
76
-
{% data variables.product.prodname_copilot %} offers code completion suggestions as you type.
76
+
{% data variables.product.prodname_copilot %} offers inline suggestions as you type.
77
77
78
78
{% endxcode %}
79
79
80
80
{% eclipse %}
81
81
82
82
## About code suggestions in Eclipse
83
83
84
-
{% data variables.product.prodname_copilot %} offers code completion suggestions as you type.
84
+
{% data variables.product.prodname_copilot %} offers inline suggestions as you type.
85
85
86
86
{% endeclipse %}
87
87
88
88
## Code suggestions that match public code
89
89
90
90
{% data variables.product.prodname_copilot %} checks each suggestion for matches with publicly available code. Any matches are discarded or suggested with a code reference, based on the setting of the "Suggestions matching public code" policy for your account or organization. See [AUTOTITLE](/copilot/concepts/completions/code-referencing).
91
91
92
-
## About the AI model used for {% data variables.product.prodname_copilot_short %} code completion
92
+
## About the AI model used for {% data variables.product.prodname_copilot_short %} inline suggestions
93
93
94
-
{% data variables.product.prodname_copilot_short %} code completion uses the {% data variables.copilot.copilot_gpt_41 %} {% data variables.product.prodname_copilot_short %} model. The {% data variables.copilot.copilot_gpt_41 %} {% data variables.product.prodname_copilot_short %} model was trained on a wide range of high quality public {% data variables.product.github %} repositories, providing coverage of over 30 programming languages. See [Programming languages included in the default model](#programming-languages-included-in-the-default-model) below.
94
+
{% data variables.product.prodname_copilot_short %} inline suggestions use the {% data variables.copilot.copilot_gpt_41 %} {% data variables.product.prodname_copilot_short %} model. The {% data variables.copilot.copilot_gpt_41 %} {% data variables.product.prodname_copilot_short %} model was trained on a wide range of high quality public {% data variables.product.github %} repositories, providing coverage of over 30 programming languages. See [Programming languages included in the default model](#programming-languages-included-in-the-default-model) below.
95
95
96
96
{% vscode %}
97
97
98
-
## Changing the model used for code completion
98
+
## Changing the model used for inline suggestions
99
99
100
100
{% data reusables.copilot.code-completion-switch-prereqs-vscode %}
101
101
102
-
Changing the model only affects {% data variables.product.prodname_copilot_short %} code completion. It does not affect {% data variables.product.prodname_copilot_short %} next edit suggestions.
102
+
Changing the model only affects {% data variables.product.prodname_copilot_short %} ghost text suggestions. It does not affect {% data variables.product.prodname_copilot_short %} next edit suggestions.
103
103
104
104
{% data reusables.copilot.code-completion-switch-model-affects %}
105
105
106
106
{% endvscode %}
107
107
108
108
{% visualstudio %}
109
109
110
-
## Changing the model used for code completion
110
+
## Changing the model used for inline suggestions
111
111
112
112
{% data reusables.copilot.code-completion-switch-prereqs-vs %}
113
113
@@ -117,7 +117,7 @@ Changing the model only affects {% data variables.product.prodname_copilot_short
117
117
118
118
{% jetbrains %}
119
119
120
-
## Changing the model used for code completion
120
+
## Changing the model used for inline suggestions
121
121
122
122
{% data reusables.copilot.code-completion-switch-prereqs-jetbrains %}
123
123
@@ -127,7 +127,7 @@ Changing the model only affects {% data variables.product.prodname_copilot_short
127
127
128
128
## Programming languages included in the default model
129
129
130
-
The following programming languages and technologies are included in the training data for the default LLM used for {% data variables.product.prodname_copilot_short %} code completion:
130
+
The following programming languages and technologies are included in the training data for the default LLM used for {% data variables.product.prodname_copilot_short %} inline suggestions:
Copy file name to clipboardExpand all lines: content/copilot/concepts/context/content-exclusion.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ category:
19
19
20
20
You can use content exclusion to configure {% data variables.product.prodname_copilot_short %} to ignore certain files. When you exclude content from {% data variables.product.prodname_copilot_short %}:
21
21
22
-
*Code completion will not be available in the affected files.
23
-
* The content in affected files will not inform code completion suggestions in other files.
22
+
*Inline suggestions will not be available in the affected files.
23
+
* The content in affected files will not inform inline suggestions in other files.
24
24
* The content in affected files will not inform {% data variables.copilot.copilot_chat %}'s responses.
25
25
* Affected files will not be reviewed in a {% data variables.product.prodname_copilot_short %} code review.
26
26
@@ -34,7 +34,7 @@ Repository administrators, organization owners, and enterprise owners can config
34
34
35
35
The {% data variables.copilot.copilot_business_short %} and {% data variables.copilot.copilot_enterprise_short %} plans provide the following level of support for content exclusion.
36
36
37
-
| Tool |Code completion support| {% data variables.copilot.copilot_chat_short %} support |
37
+
| Tool |Inline suggestions support | {% data variables.copilot.copilot_chat_short %} support |
Copy file name to clipboardExpand all lines: content/copilot/concepts/copilot-metrics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ redirect_from:
19
19
20
20
{% data reusables.copilot.usage-metrics-preview %}
21
21
22
-
{% data variables.product.prodname_copilot_short %} usage metrics help enterprise administrators and decision-makers understand how their teams are adopting and using {% data variables.product.prodname_copilot_short %}. By tracking usage patterns across the enterprise, you can measure engagement, identify opportunities to increase value, and make data-driven decisions about enablement and rollout.
22
+
{% data variables.product.prodname_copilot_short %} usage metrics help key stakeholders and decision-makers understand how their teams are adopting and using {% data variables.product.prodname_copilot_short %}. By tracking usage patterns across the enterprise, you can measure engagement, identify opportunities to increase value, and make data-driven decisions about enablement and rollout.
23
23
24
24
Metrics are available through:
25
25
@@ -70,7 +70,7 @@ For example, all usage data for a Monday (which closes at midnight UTC) will be
70
70
71
71
**Engagement** measures describe how deeply developers use {% data variables.product.prodname_copilot_short %} once they’ve adopted it. Key engagement metrics show not only frequency of use but also breadth across features. For example, average chat requests per active user measures how often users open and interact with {% data variables.copilot.copilot_chat_short %}. You'd want to see regular and increasing chat use across languages and IDEs.
72
72
73
-
**Acceptance rate** measures how often developers accept {% data variables.product.prodname_copilot_short %}’s suggestions. This helps you understand whether suggestions are relevant and trusted. For example, a high code completions acceptance rate indicates that suggestions are relevant and useful.
73
+
**Acceptance rate** measures how often developers accept {% data variables.product.prodname_copilot_short %}’s suggestions. This helps you understand whether suggestions are relevant and trusted. For example, a high inline suggestions acceptance rate indicates that suggestions are relevant and useful.
74
74
75
75
**Lines of Code (LoC) metrics** measure the number of lines {% data variables.product.prodname_copilot_short %} suggested, added, or deleted in the editor, providing a directional view of {% data variables.product.prodname_copilot_short %}’s tangible output. For example, "Lines added" shows how much code was actually accepted and inserted into the editor.
Copy file name to clipboardExpand all lines: content/copilot/concepts/tools/ai-tools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The use of AI tools is increasingly becoming a standard part of a software devel
26
26
***{% data variables.copilot.copilot_chat_short %}** can help you brainstorm and identify the best technologies for your project.
27
27
***{% data variables.copilot.copilot_chat_short %}** can create issues to help track your ideas.
28
28
***Code creation**:
29
-
***{% data variables.product.prodname_copilot_short %} code completion**helps add code as you type.
29
+
***{% data variables.product.prodname_copilot_short %} inline suggestions**help add code as you type.
30
30
***{% data variables.copilot.next_edit_suggestions_caps %}** ({% data variables.release-phases.public_preview %}) predicts the next edit you are likely to make and suggests a completion for it.
31
31
***{% data variables.copilot.copilot_chat_short %}** can answer questions and offer suggestions in a conversational environment.
32
32
* You can assign **{% data variables.copilot.copilot_coding_agent %}** to an open issue and it will automatically raise a pull request to address the necessary changes.
0 commit comments