bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
455 stars 98 forks source link

After update to 3080 build - strange information boxes #79

Closed presianbg closed 9 years ago

presianbg commented 9 years ago

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

presianbg commented 9 years ago

Opss Wrong place ... :(

presianbg commented 9 years ago

In case you wonder : Problem is in anaconda package : "enable_signatures_tooltip": true

Set it to False to get rid of this tooltips ;) Still don't know why there is no such tooltips pre 3080