Is PyCharm going to add 'parameter hints' like Intellij has?
Intellij has a pretty neat feature where it displays parameter hints for function calls. I'm curious if PyCharm will ever incorporate this feature?
It looks like PyCharm has the foundations to support parameter name hints, but it's limited to 3 languages; not Python.
Please sign in to leave a comment.
Do you mean parameter info? https://www.jetbrains.com/help/pycharm/viewing-reference-information.html#view-parameter-info
Or type hints? https://www.jetbrains.com/help/pycharm/type-hinting-in-product.html
I'm not exactly sure what to call it but I don't believe it's technically either of those. I noticed while using Intellij that types would get a slightly different look to them (almost as if in a bubble). From what I could tell they were automatic hints.
If I had to guess I would maybe think they are Inlay Hints?
Those are called "inline hints", here's a feature request: https://youtrack.jetbrains.com/issue/PY-33261