Skip to content

Commit 3d68ee6

Browse files
author
bamurtaugh
committed
Video
1 parent fc16637 commit 3d68ee6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

blogs/2025/next-edit-suggestions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ 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 src="nes-video-silent.mp4" width="720" controls>
21-
Copilot NES video walkthrough.
22-
</video>
20+
<video src="nes-video-silent.mp4" title="Copilot NES video" controls poster="/assets/blogs/2025/02/05/point3d.png"></video>
2321

2422
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.
2523

docs/copilot/ai-powered-suggestions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ 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>
68+
<video src="./images/inline-suggestions/nes-video-silent.mp4" title="Copilot NES video" controls poster="/assets/blogs/2025/02/05/point3d.png"></video>
7169
<!-- TODO: Update to video with voiceover from Olivia -->
7270

7371
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.

0 commit comments

Comments
 (0)