Skip to content

Commit fc16637

Browse files
author
bamurtaugh
committed
Video
1 parent e26b523 commit fc16637

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

blogs/2025/next-edit-suggestions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Edits are often not made in isolation - there's a logical flow of what edits nee
1717
We're excited to announce the preview of **Copilot Next Edit Suggestions** (aka "Copilot NES"), which is this evolution of Copilot completions.
1818

1919
<!-- TODO: Update to video with voiceover from Olivia -->
20-
![Video overview of Copilot NES in VS Code](nes-video-silent.mp4)
20+
<video src="nes-video-silent.mp4" width="720" controls>
21+
Copilot NES video walkthrough.
22+
</video>
2123

2224
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 helps you stay in the flow, suggesting future changes relevant to your current work, and you can simply `kbstyle(Tab)` to quickly navigate and accept suggestions.
2325

docs/copilot/ai-powered-suggestions.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ The following example shows how to instruct Copilot to create a class in TypeScr
6565

6666
Inline suggestions are great at autocompleting a section of code. But since most coding activity is editing existing code, it's a natural evolution of Copilot code completions to also help with edits, both at the cursor and further away. Edits are often not made in isolation - there's a logical flow of what edits need to be made in different scenarios. Copilot Next Edit Suggestions (aka "Copilot NES") is this evolution.
6767

68+
<video src="./images/inline-suggestions/nes-video-silent.mp4" width="720" controls>
69+
Copilot NES video walkthrough.
70+
</video>
71+
<!-- TODO: Update to video with voiceover from Olivia -->
72+
6873
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 helps you stay in the flow, suggesting future changes relevant to your current work, and you can simply `kbstyle(Tab)` to quickly navigate and accept Copilot's suggestions. Suggestions may span a single symbol, an entire line, or multiple lines, depending on the scope of the potential change.
6974

7075
> [!NOTE]
@@ -76,9 +81,6 @@ Based on the edits you're making, Copilot NES both predicts the location of the
7681
>
7782
> 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).
7883
79-
![Video overview of Copilot NES in VS Code](./images/inline-suggestions/nes-video-silent.mp4)
80-
<!-- TODO: Update to video with voiceover from Olivia -->
81-
8284
### Navigate and accept edit suggestions
8385

8486
You can quickly navigate suggested code changes with the `kbstyle(Tab)` key, saving you time to find the next relevant edit (no manual searching through files or references required). You can then accept a suggestion with the `kbstyle(Tab)` key again.

0 commit comments

Comments
 (0)