-
Notifications
You must be signed in to change notification settings - Fork 147
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
Autocomplete does not work in debug console of the first debugging session #726
Comments
Hi @520Chris 👋 Thank you for reaching out. I could reproduce the bug, and I can confirm that it's a regression in the extension:
|
Thank you very much. looking forward to a fix. |
Is there any progress? |
@520Chris unfortunately we don't give out updates on work. |
I know, thanks for your response. |
Not sure why this issue was closed. I'm experiencing this behavior consistently myself on a virtualenv. |
Because this problem has not been fixed for nearly a year, I have lost patience and no longer pay attention to the latest progress. |
Would you mind reopening it? An open issue is useful for maintainers and community to keep track of still existing problems. |
I'm just having this issue again. And for some reason it keeps persisting now. I already used to develop a habit of restarting debug mode when I start working with a fresh VS Code instance 🤕 Now I can restart over and over again and STILL no auto/command completion :/ my version:
|
I just had a look into the Output tab on
maybe that's a hint? 🤷♀️ |
I don't have this output entry on |
I can't repro this, on Anaconda or otherwise. Can you please share a step-by-step repro, including your launch.json, directory layout, and source code? |
Please re-open if the issue is still relevant. |
I'm no longer experiencing this problem, as of VSCode v1.61.0. |
Unfortunately Intellisense is not working for me in the Python Debug Console. It is working in the editor however. This problem is not perfectly aligned with the original title of this issue, but is not working in general as reported in #726 (comment) For illustration purposes I have included a screenshot. Version: 1.97.0 ms-python.python ms-python.debugpy I would be grateful for hints on where to look to get this to work again (was working when I previously used VS Code about 2 years ago for same project) |
This doesn't work for me either. Autocomplete isn't handled by debugpy though, so this would be Pylance I think? @karthiknadig do you know what handles completion requests in the Debug Console? |
There's a dupe bug in the vscode-python-debugger extension: |
Thanks for the hint, I will keep an eye on that. |
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version vscode-python#3977): JediExpected behaviour
When I start the first debugging session after launch vscode, autocomplete does not work in debug console.
But the strange problem won't appear in the second debugging session.
Actual behaviour
Autocomplete can work in the first debugging session.
Logs
The text was updated successfully, but these errors were encountered: