Skip to content

Commit ff31315

Browse files
committed
Updates
1 parent ab4dc91 commit ff31315

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/ide/copilot-next-edit-suggestions.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,20 @@ NES helps with repetitive changes, such as updating code syntax to modern C++ us
7676

7777
- Match code style. After you paste some code, NES suggests adjustments to match it with the style of the surrounding code.
7878

79-
## Hide Next Edit Suggestions (Preview)
79+
## Hide Next Edit Suggestions
8080

81-
If you prefer a quieter editor, you can now hide Next Edit Suggestions (NES) in Visual Studio and review them only when you choose.
81+
With the August release of Visual Studio 17.14, you can now hide Next Edit Suggestions (NES) in Visual Studio and review them only when you choose. To enable this feature, select **Tools** > **Options** > **GitHub** > **Copilot** > **Copilot Completions** > **Collapse Next Edit Suggestions**.
8282

8383
NES will still be triggered by your edits, but when a suggestion is available, only the margin indicator appears in the gutter, pointing to the relevant line. The suggestion itself remains hidden until you choose to view it.
8484

8585
:::image type="content" source="media/vs-2022/next-edit-suggestions/next-edit-suggestions-collapse.png" alt-text="Screenshot that shows NES being hidden and only gutter arrow is shown.":::
8686

8787
To view a hidden suggestion, click the margin indicator or press the `Tab` key. The suggestion will then be displayed. You can press `Tab` again to accept it or `Esc` to dismiss it. After accepting a suggestion, any related suggestions will automatically appear. Unrelated new suggestions will remain hidden until you choose to view them.
8888

89-
For example, in the following video, after changing Point to Point3D, an NES suggestion becomes available but is not shown immediately. The margin indicator and hint bar highlight a suggestion on line 4, which is displayed after clicking the indicator.
89+
As in the following example, after changing *Point* to *Point3D*, an NES suggestion becomes available but is not shown immediately. The margin indicator and hint bar highlight a suggestion on line 4, which is displayed after clicking the indicator.
9090

9191
:::image type="content" source="media/vs-2022/next-edit-suggestions/next-edit-suggestions-collapse-mode.gif" alt-text="Animated screenshot showing the NES collapse mode flow.":::
9292

93-
To enable this feature, go to **Tools** > **Options** > **GitHub** > **Copilot** > **Copilot Completions** and select **Collapse Next Edit Suggestions**.
94-
9593
## Related content
9694

9795
- [GitHub Copilot Completions](visual-studio-github-copilot-extension.md)

0 commit comments

Comments
 (0)