Skip to content

Commit 9de3fbd

Browse files
author
bamurtaugh
committed
Images
1 parent 5e13afe commit 9de3fbd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

blogs/2025/next-edit-suggestions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ An arrow in the gutter indicates if there is an edit suggestion available. If an
4242
<!-- ![NES with down arrow](scan-down-highlight.png) -->
4343

4444
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) -->
45+
<!-- ![NES gutter menu gif](nes-gutter.gif) -->
46+
![NES gutter menu expanded](gutter-menu-highlighted.png)
4747

4848
Suggestions may span a single symbol, an entire line, or multiple lines, depending on the scope of the potential change.
4949

@@ -74,7 +74,8 @@ It could also be more complex: if you added a new command to your VS Code extens
7474
<!-- ![Add command in package.json](add-disposable.png) -->
7575
<!-- ![Add command in package.json](call-disposable-full.png) -->
7676

77-
**Refactoring:** If you use a new name or naming pattern, Copilot NES suggests to rename subsequent variables similarly. After copy-pasting some code, NES will suggest how to adjust it to match the current code where the paste happened.
77+
**Refactoring:** If you use a new name or naming pattern, Copilot NES suggests to update subsequent code similarly. After copy-pasting some code, NES will suggest how to adjust it to match the current code where the paste happened.
78+
![NES suggesting change after updating function name](nes-gutter.gif)
7879

7980
## Share your feedback
8081
Copilot NES is rapidly evolving, and we can't wait to get your feedback via issues in [our repo](https://github.com/microsoft/vscode-copilot-release) – this will be instrumental to improving the experience.

docs/copilot/ai-powered-suggestions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ It could also be more complex: if you added a new command to your VS Code extens
120120

121121
**Refactoring**
122122

123-
* **Rename a variable once in a file, and Copilot will suggest to update it everywhere else.** If you use a new name or naming pattern, Copilot suggests to rename subsequent variables similarly.
123+
* **Rename a variable once in a file, and Copilot will suggest to update it everywhere else.** If you use a new name or naming pattern, Copilot suggests to update subsequent code similarly.
124+
![NES suggesting change after updating function name](./images/inline-suggestions/nes-gutter.gif)
124125
* **Matching code style**. After copy-pasting some code, Copilot will suggest how to adjust it to match the current code where the paste happened.
125126

126127
## Tips & tricks

0 commit comments

Comments
 (0)