question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hover Documentation Pop up does not work after VSCode 1.52 update

See original GitHub issue

Environment data

  • VS Code version: 1.52.0
  • Jupyter Extension version (available under the Extensions sidebar): v2020.12.414227025
  • Python Extension version (available under the Extensions sidebar): v2020.11.371526539
  • OS (Windows | Mac | Linux distro) and version: Windows10
  • Python and/or Anaconda version: 3.8.5
  • Type of virtual environment used (N/A | venv | virtualenv | conda | …): conda
  • Jupyter server running: Local | Remote | N/A Local
  • Microsoft Language Server: Pylance v2020.12.2

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 the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Jupyter)

XXX

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
OmarAraincommented, Feb 15, 2021

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.

1reaction
canersnlicommented, Jan 17, 2021

I found that I was having autocompletion error in Ipython and Jupyter and found this Issue: ipython/ipython#12740

pip install jedi==0.17.2 solved for me, also within VSCode

Thanks for the advice but it didn’t work for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

November 2022 (version 1.74) - Visual Studio Code
Learn what is new in the Visual Studio Code November 2022 Release (1.74)
Read more >
November 2020 (version 1.52) - Visual Studio Code
Learn what is new in the Visual Studio Code November 2020 Release (1.52) ... November 2020 (version 1.52). Update 1.52.1: The update addresses...
Read more >
February 2021 (version 1.54) - Visual Studio Code
Update 1.54.2: The update addresses these issues. ... Manage and Accounts buttons inside the Activity Bar now properly announce they have a popup....
Read more >
Visual Studio Code September 2022
Update 1.72.2: The update addresses these issues. Welcome to the September 2022 release of Visual Studio Code. There are many updates in this...
Read more >
IntelliSense in Visual Studio Code
This can be caused by a variety of reasons. First, try restarting VS Code. If the problem persists, consult the language extension's documentation....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found