'Atom disable tooltip when hovering over function signature
When using the Atom text editor, when I hover my mouse over a function signature, a tool-tip appears (see image below):
How can I disable it?
Thank you, happy to supply more info as needed.
Solution 1:[1]
Assuming you're using Ide Python package, you can disable Jedi Hover option in it's settings.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Ingwald |