Sublime Forum

Python function signature disappears

#1

The tooltip popup that shows function signature (docstrings and parameters) disappears after typing the first argument. Is there a way to trigger it? Maybe some shortcut to display the tooltip based on the function the cursor is on.

More than a year ago, a similar issue was posted on github. No solutions were given.

0 Likes

#2

There is a hotkey in most IDE’s and I may have seen something about it in Sublime text: CTRL + Space

I rebound a lot of my keys so it doesn’t show up for me, but it may for you… There may be a hotkey to trigger it manually - there should be… The popup I’m thinking of is for function names which will list the arguments.

0 Likes