-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Debug Console: Accept Suggestions on Enter not working #128768
Comments
Per the release notes this was apparently done on purpose, as people would type what they wanted and hit return, only to have their input unexpectly replaced by the top-level suggestion. I was happy enough to hit the escape key to dismiss the Intellisense box when no correction was desired. The enter key still works to accept the suggestion in the main editing panel, so it is kind of awkward that it doesn't work in the Debug console. It would be nice to be able to control this behavior with a preference - I'm not sure I want to switch to using the Tab key everywhere. I certainly won't use different keystrokes in different panels! |
Oh I see. I feel the same way, why switch from Enter to Tab if you are used to "Enter". As you suggest, maybe the team can make this an option then:
Simple! I'm going to leave this open, maybe it will get picked up! |
Maybe similar to the editor option Hope this will be added soon. |
Hello! Yeah, I was just baffled by what happens to me! I never complete stuff with Tab However: Just bending Enter to always execute feels really bad! There should be some room to customize things and at least optionally enable the old behaviour? I mean I also found myself having stupid suggestions put into the Debug Console via Enter but it was never a problem. |
Thanks for your feedback. I am open for adding an option in the future, but for now I prefer to keep this open to gather more feedback. |
@weinand also feels like a setting should be added. So let's assign this to August so we introduce a setting. |
To verify: Set Set |
Nice! Maybe when this is back we can try to find solutions to mitigate the initial issue lead to this change. 🤔 |
That would be great to have an option to autocomplete on "Enter" ... Thanks! |
Thanks again for the option! I feel super relieved now that I don't have to stress myself to remember pressing Tab pcheeew 😅 |
Issue Type: Bug
VS Code version: Code 1.58.1 (2aeda6b, 2021-07-13T06:58:28.115Z)
OS version: Windows_NT x64 10.0.19043
Restricted Mode: No
The text was updated successfully, but these errors were encountered: