This repository was archived by the owner on Mar 3, 2023. It is now read-only.
Datatip sticks until code is changed or I click out of editor #23678
Unanswered
nhansendev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone encountered this problem in Atom?
When I type any function/class name (even print) Atom will display a datatip showing info about the class/function, but will not hide it again unless I alter the line location by shifting it down or up with enter/delete. Alternatively I can click out of the editor window or move to a different file tab and back again to hide the datatip. This does not seem like the intended behavior and is very annoying because code is hidden behind the datatip until I fix it. Clicking elsewhere in the same window to move the cursor doesn't help.
Example image of a datatip for print():

I've tried disabling the following, but it had no effect:
Atom version: 1.58.0
ide-python 1.9.7
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions