Missing Types in Code Completion Popup
Answered
I'm using Intellij with the Python plugin and noticed the code completion pop up doesn't show types or even the same data compared to Java.
In the Java example below, parameters have types (`int input`) and it shows the return type to the right (`string`).

In Python, the parameters do not have types (`input`) and the class is shown on the right where the return type should be (`Test`).

How can I get the Python code completion to show proper typing and especially the return type like Java?
Please sign in to leave a comment.
PyCharm doesn't have that feature yet. There is a relevant feature request in our issue tracker about that https://youtrack.jetbrains.com/issue/PY-45743, feel free to vote for it and comment.