Hi all,
when writing in python (and not, e.g. text), once I have written the full name of a function/method a help tooltip is displayed that's showing the function signature in an effort to help pass the correct variables.
The issue is that this is wrong or confusing in my case, and it's not clear where this information is coming from. It is sometimes coming from opened files, but it's still happening when no relating files are open. E.g.
rectangle(
will display the hint
rectangle win, uly, ulx, lry, lrx
I do have a definition I regularly use, so this would be helpful to use actively. But this is not the hint I want to see.
My guess would be it's a built-in library?
I didn't find anything in the manual that would explain this behavior.
Ideally, I would like to define priorities for which definitions are displayed, my own, specific packages and/or the defaults.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.