Skip to content

Commit c474bad

Browse files
authored
Merge pull request #8000 from microsoft/nes-heading
Fix heading
2 parents e910d3c + efdb5a3 commit c474bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-notes/v1_97.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ Welcome to the January 2025 release of Visual Studio Code. There are many update
3131

3232
## GitHub Copilot
3333

34-
### Copilot Next Edit Suggestions (NES) (Preview)
34+
### Copilot Next Edit Suggestions (Preview)
3535

3636
**Setting**: `setting(github.copilot.nextEditSuggestions.enabled)`
3737

38-
GitHub Copilot code completions are great at autocomplete, but since most coding activity is editing existing code, it's a natural evolution of completions to also help with edits. So, we're excited to release a new preview feature, **Copilot Next Edit Suggestions**.
38+
GitHub Copilot code completions are great at autocomplete, but since most coding activity is editing existing code, it's a natural evolution of completions to also help with edits. So, we're excited to release a new preview feature, **Copilot Next Edit Suggestions** (Copilot NES).
3939

4040
Based on the edits you're making, Copilot NES both predicts the location of the next edit you'll want to make and what that edit should be. NES suggests future changes relevant to your current work, and you can simply `kbstyle(Tab)` to quickly navigate and accept suggestions.
4141

0 commit comments

Comments
 (0)