-
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 should inherit editor settings #45156
Comments
Debug Console input does inherit editor settings, except these ones |
This iteration we focus on issue grooming. 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! |
Since we got multiple requests for this reopening for now and assinging to backlog |
This issue is a daily struggle. I don't see much discussion around the value of this fix, so is there any specific reasoning behind the decision to tag this out-of-scope?
Is this configurable? If it is, I can't find a setting for it. If this issue won't be fixed, would it be an option to make it configurable? |
is there a way to disable suggestion for debug console? i mean, if this wont be fixed, it should be nice to disable suggestion |
Not at the moment. There is only the option to disable the suggestions from history via |
Disabling history suggestions (via @isidorn's comment) doesn't completely solve the issue. There are still intellisense suggestions that appear, and are subsequently accepted with the Enter key. For example, if I initiate a Python debugging session, and type This is with the following setting: "editor.acceptSuggestionOnEnter": "off" (As the OP described.) |
I agree, it does not make much sense that the behaviour from the normal code and from the debug console are different. Please consider fixing this issue. |
In the regular editor (1) I get the expected behavior that I connect with the following of "editor.autoClosingBrackets": "never",
"editor.autoClosingQuotes": "never",
"editor.autoSurround": "never",
"editor.matchBrackets": "never", I do not see any of them in the quoted link to +1 AnthonyWeston on 9 Nov 2020 hoping this could be made configurable.
|
Any chance this can be reconsidered? Even if it isn't the highest priority at the moment, I don't feel that it should be Closed. |
I agree - I routinely execute the wrong snippet multiple times in a row on the debug console. It is extremely frustrating. |
Let's reopen this. Though not plans to tackle it in the near future. Thanks |
This issue (specifically #97439) is incredibly infuriating. Especially when you have a variable in scope that you want to view the value of, yet the debugger auto-completes on "enter" and gives you something completely different. |
This is frustrating and unbelievable that it still hasn't been fixed! |
Very frustrating it hasn't been fixed yet! |
Please please please fix this problem. It is ridiculous. |
Zzz... |
I would really appreciate a fix for this, it's super annoying! Thanks guys.. |
This is a very very annoying issue.
Problem, my valid code is now converted into invalid code and I get an error. Even if the code were valid I still don't get the result I want. Expected behavior: Don't autocomplete on enter in a REPL environment by default. |
I too would very much like this fixed |
Bruh, really... Do I have to learn electron and fix it by myself... Trust me, it's not gonna be nice. |
This issue is the only downside of using VSCode for me - apart from that it integrates great in my python workflow. |
Steps to Reproduce:
This is not intuitive and forces the user to adapt to different ways of typing in the debug console vs. the editor.
Does this issue occur when all extensions are disabled?: Yes/No
Yes
The text was updated successfully, but these errors were encountered: