-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
Inline type hinting #542
Comments
Can you elaborate? |
I would like to use something like this:
This could be useful when jedi does not get it correctly (as with #543). |
Hmm, what ways of using comments as type hinting are there already (in PyCharm, PyDev, etc)? |
I don't know. |
Here's how PyDev does it: http://pydev.org/manual_adv_type_hints.html |
PyCharm has a similar feature (linking purely for inspiration) : https://www.jetbrains.com/pycharm/help/type-hinting-in-pycharm.html#d281633e18247 |
#664 will allow PEP484-style type-hinting |
I'm closing this one, because we're merging very very soon. |
It would be nice to allow for type hinting within a function, above an assignment.
(via #421 (comment))
The text was updated successfully, but these errors were encountered: