Atom disable tooltip when hovering over function signature

Viewed 142

When using the Atom text editor, when I hover my mouse over a function signature, a tool-tip appears (see image below):

picture of overlay/tooltip

How can I disable it?

Thank you, happy to supply more info as needed.

1 Answers

Assuming you're using Ide Python package, you can disable Jedi Hover option in it's settings.

Related