WhiteMemory99 / Intellij-Python-Inlay-Params

A PyCharm plugin that implements inlay parameter and type annotation hints for Python.
https://plugins.jetbrains.com/plugin/19538
MIT License
36 stars 6 forks source link

Add typing to lambda parameters #47

Open Ayfri opened 4 months ago

Ayfri commented 4 months ago

It would be cool to see the type of the lambda parameters (or even enable auto-completion about the type, as currently we can't at all, the arguments are always inferred as Any).