How to disable this green auto suggestion in recent copilot update? #159564
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
As usual, after posting a question, I find the answer. This feature is called NES, Next Edit Suggestion Release note: https://code.visualstudio.com/updates/v1_100#_next-edit-suggestions-nes-on-by-default However, there seems to be no way to trigger the suggestion on-demand via a keypress. If anyone else know how to do this, thank you in advance for your advice! Note to product team: I don't get the point of github.copilot.nextEditSuggestions.fixes. Missing imports will be caught by the compiler. I think there's no need to try to catch code syntax errors with AI, it's redundant and a waste of energy. |
Beta Was this translation helpful? Give feedback.

As usual, after posting a question, I find the answer.
This feature is called NES, Next Edit Suggestion
It is toggled via the setting: github.copilot.nextEditSuggestions.enabled
Release note: https://code.visualstudio.com/updates/v1_100#_next-edit-suggestions-nes-on-by-default
However, there seems to be no way to trigger the suggestion on-demand via a keypress. If anyone else know how to do this, thank you in advance for your advice!
Note to product team: I don't get the point of github.copilot.nextEditSuggestions.fixes. Missing imports will be caught by the compiler. I think there's no need to try to catch code syntax errors with AI, it's redundant and a waste of energy.