Sublime Forum

After update to 3080 build - strange information boxes

#1

Dear All,

I just updated to 3080 build and when I’m writing in Python and declare variables (n = 0 , word = “Some string”) there is auto appearing boxes with information about the variable and it’s type.

Something like:
int int(x=0) -> int or long
Convert a number or a string to an integer, bla bla bla …

Would you help me to turn this off ?

Thank you in advance.
Best Regards,
Presian

0 Likes

#2

Problem is in anaconda package :
“enable_signatures_tooltip”: true

Set it to False to get rid of this tooltips :wink: Still don’t know why there is no such tooltips pre 3080

0 Likes

#3

3080 is the first beta build with tooltip support.

0 Likes