Skip to content

Commit b25b7e6

Browse files
author
bamurtaugh
committed
Images
1 parent b582784 commit b25b7e6

File tree

8 files changed

+22
-4
lines changed

8 files changed

+22
-4
lines changed

blogs/2025/add-disposable.png

Lines changed: 3 additions & 0 deletions
Loading

blogs/2025/call-disposable-full.png

Lines changed: 3 additions & 0 deletions
Loading

blogs/2025/next-edit-suggestions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ After accepting the change, NES next recommends adding `z` to the distance calcu
5555
**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.
5656

5757
It could also be more complex: if you added a new command to your VS Code extension's `extension.ts`, NES will first suggest to clean up the command in `extension.ts`:
58-
![Add command in package.json]()
58+
![Add command in package.json](add-disposable.png)
5959

6060
And then when you open `package.json`, NES may suggest registering that command as well:
61-
![Add command in package.json]()
61+
![Add command in package.json](call-disposable-full.png)
6262

6363
**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`).
6464

blogs/2025/point3d-distance.png

Lines changed: 3 additions & 0 deletions
Loading

blogs/2025/point3d.png

Lines changed: 3 additions & 0 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)