Skip to content

Commit 284e534

Browse files
author
bamurtaugh
committed
Admin setting
1 parent 5421ede commit 284e534

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

blogs/2025/next-edit-suggestions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Author: Brigit Murtaugh, Burke Holland
1010
# Copilot Next Edit Suggestions (preview)
1111
Feburary 5, 2025 by [Brigit Murtaugh](https://github.com/bamurtaugh), [Burke Holland](https://github.com/burkeholland)
1212

13-
GitHub Copilot code completions are great at autocomplete, providing the predictive ability to suggest the code that was in your head without you even having to ask for it. But since most coding activity is editing existing code, it's a natural evolution of completions to also help with edits. Edits are often not made in isolation - there's a logical flow of what edits need to be made as you iterate on your project - and they can happen both at your current cursor location and further away.
13+
GitHub Copilot code completions are great at autocomplete - they can predict and suggest the code that was in your head, without you even having to ask for it. But since most coding activity is editing existing code, it's a natural evolution of completions to also help with edits. Edits are often not made in isolation - there's a logical flow of what edits need to be made as you iterate on your project - and they can happen both at your current cursor location and further away.
1414

1515
We're excited to announce the preview of **Copilot Next Edit Suggestions** (aka "Copilot NES"), which is this evolution of Copilot completions.
1616

@@ -24,8 +24,9 @@ You may have seen [previous work from the GitHub Next Team on NES](https://githu
2424
You can enable NES via the VS Code setting `setting(github.copilot.nextEdits.enabled)`.
2525

2626
> [!NOTE]
27-
> If you are a Copilot Business or Enterprise user, your organization admin will need to enable NES, in addition to you setting `setting(github.copilot.nextEdits.enabled)` in your editor.
28-
<!-- TODO: Any other details or actionable link? -->
27+
> If you are a Copilot Business or Enterprise user, an administrator of your organization must opt in to the use of previews of Copilot features, in addition to you setting `setting(github.copilot.nextEdits.enabled)` in your editor.
28+
>
29+
> You can learn more about [managing policies for Copilot in your organization](https://docs.github.com/en/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization).
2930
3031
Like completions, all you need to do to start getting suggestions from NES is to start coding!
3132

docs/copilot/ai-powered-suggestions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ Based on the edits you're making, NES both predicts the location of the next edi
7272
>
7373
> For general information about working with settings in VS Code, refer to [User and workspace settings](/docs/getstarted/settings.md).
7474
>
75-
> If you are a Copilot Business or Enterprise user, your organization admin will need to enable NES, in addition to you setting `setting(github.copilot.nextEdits.enabled)` in your editor.
76-
<!-- TODO: Any other details or actionable link? -->
75+
> If you are a Copilot Business or Enterprise user, an administrator of your organization must opt in to the use of previews of Copilot features, in addition to you setting `setting(github.copilot.nextEdits.enabled)` in your editor.
76+
>
77+
> You can learn more about [managing policies for Copilot in your organization](https://docs.github.com/en/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization).
7778
7879
<!-- TODO: Add video from blog -->
7980

docs/copilot/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@ Check our [Copilot cheat sheet](/docs/copilot/copilot-vscode-features.md) for an
9999
>
100100
> For general information about working with settings in VS Code, refer to [User and workspace settings](/docs/getstarted/settings.md).
101101
>
102-
> If you are a Copilot Business or Enterprise user, your organization admin will need to enable NES, in addition to you setting `setting(github.copilot.nextEdits.enabled)` in your editor.
103-
<!-- TODO: Any other details or actionable link? -->
102+
> If you are a Copilot Business or Enterprise user, an administrator of your organization must opt in to the use of previews of Copilot features, in addition to you setting `setting(github.copilot.nextEdits.enabled)` in your editor.
103+
>
104+
> You can learn more about [managing policies for Copilot in your organization](https://docs.github.com/en/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization).
104105
105106
### Iterate on large changes across multiple files
106107

0 commit comments

Comments
 (0)