Skip to content

Instantly share code, notes, and snippets.

@y56
Created April 30, 2020 05:40
Show Gist options
  • Save y56/b4151961bcd23948e25e7ce7a7ac9d65 to your computer and use it in GitHub Desktop.
Save y56/b4151961bcd23948e25e7ce7a7ac9d65 to your computer and use it in GitHub Desktop.
How to hide hover tooltips on Spyder 4
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