Skip to content

Commit 9dbb169

Browse files
author
bamurtaugh
committed
Removals
1 parent ea970d6 commit 9dbb169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blogs/2025/next-edit-suggestions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ It could also be more complex: if you added a new command to your VS Code extens
6060
And then when you open `package.json`, NES may suggest registering that command as well:
6161
![Add command in package.json](call-disposable-full.png)
6262

63-
**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`).
63+
**Refactoring:** If you use a new name or naming pattern, Copilot suggests to rename subsequent variables similarly.
6464

6565
**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`.
6666
<!-- TODO: Add image -->

docs/copilot/ai-powered-suggestions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ And then when you open `package.json`, NES may suggest registering that command
113113

114114
**Refactoring**
115115

116-
* **Rename a variable once in a file, and Copilot will suggest to update it everywhere else.** 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`).
116+
* **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.
117117
* **Matching code style**. After copy-pasting some code, Copilot will suggest how to adjust it to match the current code where the paste happened.
118118

119119
**Correcting mistakes**

0 commit comments

Comments
 (0)