Support inlay hints. #2643
Closed
byehack
started this conversation in
Enhancement
Replies: 3 comments
-
I totally agree. Inlay hints from the JS/TS plugins are awesome and Python should also deserve this cool feature with the type inferred by Pylance. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving this issue to discussion as an enhancement request for comments and upvotes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Inlay hints are available now: https://devblogs.microsoft.com/python/python-in-visual-studio-code-july-2022-release/#inlay-type-hints |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
inlay hints can be usefull for:
show parameters name of callable objects and functions.
better showing errors/warnings.
showing type hints.
Beta Was this translation helpful? Give feedback.
All reactions