Created
April 30, 2020 05:40
-
-
Save y56/b4151961bcd23948e25e7ce7a7ac9d65 to your computer and use it in GitHub Desktop.
How to hide hover tooltips on Spyder 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://stackoverflow.com/questions/59225879/how-to-hide-hover-tooltips-on-spyder-4 | |
not sure where to ask: | |
is there a way to not have the help tooltip/popup/hover window opening in spyder? | |
since updating to 4.0 the window does not close when you change between windows: | |
https://stackoverflow.com/questions/59225879/how-to-hide-hover-tooltips-on-spyder-4 | |
(Spyder maintainer here) Yes, there is. You need to go to the menu | |
Tools > Preferences > Completion and linting > Introspection | |
and deactivate the option called Enable hover hints. | |
Note: The issue you posted above with the hover not hiding when giving focus to other applications will be fixed in our next bugfix version (4.1), to be released in a couple of months. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment