You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to see docs for Python functions - ideally on hover.
Actual Behaviour
Currently I get nothing. The same goes for ctrl+alt+d .
It works on builtins (int for example) and user defined functions. As far as I can tell for functions (print for example) and keywords it does not work.
Ideally I'd get it on hover, like in most IDEs.
ST3, Anaconda and OS versions
ST4 (4126)
Linux, OpenSUSE Tumbleweed
edit: changed the config a tad, added this:
"python_interpreter": "/usr/bin/python3"
now most of the functions seem to display docstrings with ctrl+alt+d. Still no docs on keywords like import, from, try ... and so on. Any suggestions?
Also is there a way to make them show on hover?
The text was updated successfully, but these errors were encountered:
Expected Behaviour
I'd like to see docs for Python functions - ideally on hover.
Actual Behaviour
Currently I get nothing. The same goes for ctrl+alt+d .
It works on builtins (int for example) and user defined functions. As far as I can tell for functions (print for example) and keywords it does not work.
Ideally I'd get it on hover, like in most IDEs.
ST3, Anaconda and OS versions
ST4 (4126)
Linux, OpenSUSE Tumbleweed
edit: changed the config a tad, added this:
"python_interpreter": "/usr/bin/python3"
Also is there a way to make them show on hover?
The text was updated successfully, but these errors were encountered: