Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no docstrings #919

Open
Pshemas opened this issue Dec 28, 2021 · 0 comments
Open

no docstrings #919

Pshemas opened this issue Dec 28, 2021 · 0 comments

Comments

@Pshemas
Copy link

Pshemas commented Dec 28, 2021

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"

  • 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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant