Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
phazonoverload and Copilot authored Jul 29, 2025
commit 8f1b7c6075d8152ed35934c657842939cda61cdf
2 changes: 1 addition & 1 deletion Using-GitHub-Copilot-with-JavaScript/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Press `CTRL + I` (Windows) or `CMD + I` (Mac) to open inline chat. This is a goo

You can also enable Next Edit Suggestions in settings. Once enabled, Copilot analyses your code history, the structure of your codebase, conventions and behaviors, and predicts the logical next step after you make a change. Just like with code completion, you can hit tab to accept the change.

![A green arrow is showin the gutter of one of the lines.](./images/nes.png)
![A green arrow is showing in the gutter of one of the lines.](./images/nes.png)

## 🧑‍💻 Section 3: Agent mode

Expand Down