Skip to content

Commit ea35df4

Browse files
author
bamurtaugh
committed
Flow
1 parent 9de3fbd commit ea35df4

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

blogs/2025/next-edit-suggestions.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,15 @@ Like completions, all you need to do to start getting suggestions from NES is to
3535

3636
When you're presented with an edit suggestion, you can navigate to it with the `kbstyle(Tab)` key and then accept it with the `kbstyle(Tab)` key again, saving you time to find the next relevant edit (no manual searching through files or references required).
3737

38-
An arrow in the gutter indicates if there is an edit suggestion available. If an edit suggestion is below the current editor view, the arrow will point down instead of right:
39-
![NES with arrow directions changing](nes-arrow-directions.gif)
38+
An arrow in the gutter indicates if there is an edit suggestion available. You can hover over the arrow to explore the edit suggestion menu, which includes keyboard shortcuts and settings configuration:
39+
<!-- ![NES gutter menu gif](nes-gutter.gif) -->
40+
![NES gutter menu expanded](gutter-menu-highlighted.png)
4041

42+
If an edit suggestion is below the current editor view, the arrow will point down instead of right:
43+
![NES with arrow directions changing](nes-arrow-directions.gif)
4144
<!-- ![NES with right arrow](scan-right-highlight.png) -->
4245
<!-- ![NES with down arrow](scan-down-highlight.png) -->
4346

44-
You can hover over the arrow to explore the edit suggestion menu, which includes keyboard shortcuts and settings configuration:
45-
<!-- ![NES gutter menu gif](nes-gutter.gif) -->
46-
![NES gutter menu expanded](gutter-menu-highlighted.png)
47-
4847
Suggestions may span a single symbol, an entire line, or multiple lines, depending on the scope of the potential change.
4948

5049
## Example scenarios

docs/copilot/ai-powered-suggestions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ Based on the edits you're making, Copilot NES both predicts the location of the
8383

8484
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.
8585

86-
An arrow in the gutter indicates if there is an edit suggestion available. If an edit suggestion is below the current editor view, the arrow will point down instead of right:
86+
An arrow in the gutter indicates if there is an edit suggestion available. You can hover over the arrow to explore the edit suggestion menu, which includes keyboard shortcuts and settings configuration:
87+
![NES gutter menu expanded](./images/inline-suggestions/gutter-menu-highlighted.png)
88+
89+
If an edit suggestion is below the current editor view, the arrow will point down instead of right:
8790
![NES with arrow directions changing](./images/inline-suggestions/nes-arrow-directions.gif)
8891
<!-- ![NES with right arrow](./images/inline-suggestions/scan-right-highlight.png) -->
8992
<!-- ![NES with down arrow](./images/inline-suggestions/scan-down-highlight.png) -->
9093

91-
You can hover over the arrow to explore the edit suggestion menu, which includes keyboard shortcuts and settings configuration:
92-
![NES gutter menu expanded](./images/inline-suggestions/gutter-menu-highlighted.png)
93-
9494
### Use cases for Next Edit Suggestions
9595

9696
**Catching and correcting mistakes**

0 commit comments

Comments
 (0)