-
Notifications
You must be signed in to change notification settings - Fork 771
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
Missing docstrings for builtins (pyright) #712
Comments
I'm going to transfer this request to pylance since it's not a type checking issue. |
Please update your pylance version to the latest 2020.12.1 |
To be clear, is the request to have this work in pyright? |
Yes, that is correct. It's useful for developers using pyright as a replacement for the (deprecated?) Microsoft Python Language Server in editors such neovim. |
@HawickMason This issue is about the decision to shift the builtin docstring code from Pylance into pyright, not for general issues with builtin docstrings. If you're using Pylance and have an issue with it's current builtin docstring support, it's unrelated and we'd appreciate a new issue with our bug template filled out. |
This request has been open for a long while without upvotes and as such, we cannot prioritize this work so I'm going to close this. |
Docstrings for third-party libraries and custom functions work. Would it be possible to reallow builtin functions (e.g.
print
) to also display docstrings?This issue from the pylance repository contains more details: #49
The text was updated successfully, but these errors were encountered: