Skip to content

Commit a975deb

Browse files
author
bamurtaugh
committed
Images
1 parent eed7016 commit a975deb

File tree

10 files changed

+28
-14
lines changed

10 files changed

+28
-14
lines changed

blogs/2025/next-edit-suggestions.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ Like completions, all you need to do to start getting suggestions from NES is to
3131

3232
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).
3333

34-
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.
34+
An arrow in the gutter indicates if there is an edit suggestion available:
35+
![NES with right arrow](scan-right-highlight.png)
3536

36-
<!-- TODO: Add image or gif; gif with screencast mode (to show using tab) may be most effective -->
37+
If an edit suggestion is below the current editor view, the arrow will point down instead of right:
38+
![NES with down arrow](scan-down-highlight.png)
3739

3840
You can hover over the arrow to explore the edit suggestion menu, which includes keyboard shortcuts and settings configuration:
3941

@@ -52,8 +54,8 @@ After accepting the change, NES next recommends adding `z` to the distance calcu
5254

5355
**Using newly added variables or logic:** Copilot NES helps you use new code you just added. This may be a small change, like calling a new method parameter in the actual method. It could also be more complex: if you added a new command to your VS Code extension's `extension.ts`, when you open `package.json`, NES may suggest adding that command as well.
5456

55-
**Refactoring:** Rename a variable once in a file, and Copilot NES will suggest to update it everywhere else.
56-
<!-- TODO: Add image -->
57+
**Refactoring:** If you use a new naming pattern (like renaming a variable `index1` to `indexArr1`), Copilot suggests to rename subsequent variables similarly (like updating `index2` to `indexArr2`).
58+
5759

5860
**Correcting mistakes:** Copilot NES helps with mistakes like typos. It can also help with more challenging mistakes in logic, like if a statement should've used `AND` instead of `OR`.
5961
<!-- TODO: Add image -->

blogs/2025/point3d-distance.png

Lines changed: 2 additions & 2 deletions
Loading

blogs/2025/point3d.png

Lines changed: 2 additions & 2 deletions
Loading

blogs/2025/scan-down-highlight.png

Lines changed: 3 additions & 0 deletions
Loading

blogs/2025/scan-right-highlight.png

Lines changed: 3 additions & 0 deletions
Loading

docs/copilot/ai-powered-suggestions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ Based on the edits you're making, NES both predicts the location of the next edi
8282
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.
8383

8484
An arrow in the gutter indicates if there is an edit suggestion available:
85-
<!-- TODO: Add image -->
85+
![NES with right arrow](./images/inline-suggestions/scan-right-highlight.png)
8686

8787
If an edit suggestion is below the current editor view, the arrow will point down instead of right:
88-
<!-- TODO: Add image -->
88+
![NES with down arrow](./images/inline-suggestions/scan-down-highlight.png)
8989

9090
You can hover over the arrow to explore the edit suggestion menu, which includes keyboard shortcuts and settings configuration:
9191
<!-- TODO: Add image -->
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)