-
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
editor.acceptSuggestionOnEnter: "off" not working in debugging console #60877
Comments
(Experimental duplicate detection) |
I acknowledge the limiation. Leaving this open as a feature request. |
THIS IS SO ANNOYING!this Enter -> |
On a side note, i find the mere existence of the 'enter' shortcut for autocompletion to be a misfeature. There's 'tab' for that. I suppose removing the shortcut altogether is the "solution". |
This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
This problem is very annoying. I have to press "space backspace enter" to skip autocomplete instead of just an "enter" to execute a single command. It makes debug console almost unusable. Please fix this bug. |
This is an incredibly frustrating feature of an otherwise great IDE. |
Is this FR still a possibility? From the duped issue above looks like there was an intention to reopen this bug. |
Yes, we can reopen. And we might weclome PRs that tackle this. |
Is it fixed now? It's really annoying. |
Might be a little help until this gets closed: If you change the When Expression of the Keyboards shortcut "Debug:Stop" to "inDebugMode && !inDebugRepl" you can Esc + Enter
|
This is the most annoying thing. there is editor.acceptSuggestionOnEnter, but no terminal.acceptSuggestionOnEnter or related |
Also experiencing this issue. This is quite problematic as others have mentioned because debugging now involves cancelling the autosuggestion by striking the escape key before interacting. It's a very frustrating experience. |
Related: #108439 |
There is Also, as I explained here I think not only are working options needed for all these enter-autocompletes scenarios but also the default should be changed throughout the IDE: #108536 (to have enter auto-completing default to off everywhere, both editor and terminal) I think the whole situation around auto-complete settings needs an entire rethink. I spend an entire day trying to turn everything off because it's spread out over multiple settings (and I still use auto complete all the time, just without the very bad enter-autocompletes shortcut which is an absolute nightmare in languages without line terminators like Python) and it's still not fully off due to e.g. this bug/ticket here and maybe me missing more related settings. This should not be my first IDE experience. It is way too hard to get a sane configuration, the defaults need to be better. |
please fix!!! |
This is fixed now. |
Issue Type: Bug
editor.acceptSuggestionOnEnter: "off"
doesn't work when I type in debugging console.It still insert
FileList
when I typefiles
and hitenter
.Video: https://streamable.com/r7zcc
VS Code version: Code 1.28.1 (3368db6, 2018-10-11T18:15:15.139Z)
OS version: Windows_NT ia32 10.0.17134
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Extensions (47)
The text was updated successfully, but these errors were encountered: