mareoraft
mareoraft

Reputation: 3902

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):

picture of overlay/tooltip

How can I disable it?

Thank you, happy to supply more info as needed.

Upvotes: 1

Views: 188

Answers (1)

Ingwald
Ingwald

Reputation: 11

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

Upvotes: 1

Related Questions