-
Notifications
You must be signed in to change notification settings - Fork 293
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
Hover Documentation Pop up does not work after VSCode 1.52 update #4218
Comments
Thanks @canersnli , I am able to repro this in stable. |
Sounds like a regression. |
so, it looks like #4299 was merged and possibly solved this? When is a patch release planned? |
Sometime this month I believe. |
I found that I was having autocompletion error in Ipython and Jupyter and found this Issue: ipython/ipython#12740
|
Thanks for the advice but it didn't work for me. |
Validated with numpy documentation popup in debug bits. |
Unfortunately hover pop-up documentation still does not work on VS Code 1.53.2 Then I switched between VS Code 1.50.1 - 1.51.1 - 1.53.2 and all language servers ( Pylance, Jedi, Microsoft) combinations but I couldn't recover hover documentation pop-up. Edit: After switched between versions and tried all combinations, finally when I upgraded VS Code from 1.50.1 to 1.51.1 hover documentation pop-up worked on Pylance language server. I think I will stay on 1.51.1 for a while :) |
I am on VS Code 1.53.2 (Win 10) and I hover pop-up documentation is not working for me either while trying to write Python code. |
I 'm on VS Code 1.54.1 and hover pop-up docs are not working either. Is there any solution in this topic? Insiders works fine in this matters. |
@oag335 and @arribass can you log new issues? It's not clear whether you're talking about ipynb files, whether or not you have pylance installed, and what UI you are seeing this in (pylance is required for the new native notebook UI). |
Yeah I repro that too. Your best bet is to use insiders. We're moving to that new UI eventually so we likely won't fix this in the old UI. |
Okey, in insiders it only works properly when coding on the same cell you have imported the module. If you try to get the docstrings in any other cell it won't show up. |
Weird. That sounds like a separate issue. Not sure why the separate cell would matter. As far as the language server is concerned, the entire notebook is one big py file. I'll log a separate issue. I repro this too. |
Thanks. Where can I find that issue? So I can post some snaps with the errors. |
Environment data
Expected behaviour
In ipynb files, on hover, showing documentation pop-up
Actual behaviour
Right after VSCode 1.52 update , on hover documentation pop-up stopped working, nothing pops up. I have downgraded from 1.52 to 1.51.1 and bug has been solved.
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)The text was updated successfully, but these errors were encountered: