Skip to content

Commit 9238206

Browse files
author
bamurtaugh
committed
Updates
1 parent b25b7e6 commit 9238206

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
Lines changed: 3 additions & 0 deletions
Loading

docs/copilot/overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,9 @@ Check our [Copilot cheat sheet](/docs/copilot/copilot-vscode-features.md) for an
9090

9191
![Inline chat suggests the implementation of a 'CalculateDaysBetweenDates' JavaScript function](images/overview/js-suggest.png)
9292

93-
* **Predict your next code edit** with Copilot Next Edit Suggestions (preview), aka Copilot NES. Based on the edits you're making, NES both predicts the location of the next edit you'll want to make and what that edit should be.
93+
* **Predict your next code edit** with Copilot Next Edit Suggestions (preview), aka Copilot NES. Based on the edits you're making, NES both predicts the location of the next edit you'll want to make and what that edit should be. NES helps you stay in the flow- you can simply `kbstyle(Tab)` to quickly navigate and accept suggestions. You can learn more in the [Copilot NES doc](/docs/copilot/ai-powered-suggestions.md#next-edit-suggestions).
9494

95-
NES helps you stay in the flow, suggesting future changes relevant to your current work, and you can simply `kbstyle(Tab)` to quickly navigate and accept Copilot's suggestions. For example, if you remove a function input parameter, you're likely going to want to update the function invocations next. You can learn more in the [Copilot NES doc](/docs/copilot/ai-powered-suggestions.md#next-edit-suggestions).
96-
97-
<!-- TODO: Add image or gif -->
95+
![NES for adding z to distance calculation of Point3D](images/overview/point3d-distance.png)
9896

9997
> [!NOTE]
10098
> Copilot NES is currently in preview. You can enable NES via the VS Code setting `setting(github.copilot.chat.nextEdits.enabled)`.

0 commit comments

Comments
 (0)