-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab and Escape do not work with Next Edit Suggestions #9490
Comments
@lcmen I found a temporary solution just to increase the precedence of the copilot next edit suggestions keybindings BTW these are the default key bindings for this commands, but I found if I added them to the keybindings.json file they would override vim's extensions commands conflicted with them |
You can set an alternative key binding in keybinding.json : |
@tramsi but I don't even know what all these conditions are for 😄 . I will try @baldwin-law approach for now as it's much easier to understand. Thank you guys for workarounds! |
It is just copying the default commands from vscode shortcut bindings and pasting them in the user bindings, that will ensure they will override vim's bindings ![]() this is the user bindings I pasted to you, but formatted: Anyway feel free to use whatever would work with you, I initially handled it like baldwin-law, but my muscle memory prefers only "esc" for the action :D |
Describe the bug
When new
Next Edit Suggestions
(currently in Preview) is enabled. Tab and Escape to Accept / Reject Next Edit Suggestion does not do anything.To Reproduce
Steps to reproduce the behavior:
github.copilot.nextEditSuggestions.enabled
Expected behavior
Tab accepts next edit suggestion, Escape reject next edit suggestion.
The text was updated successfully, but these errors were encountered: