Intellij-Python-Inlay-Params
Intellij-Python-Inlay-Params copied to clipboard
A PyCharm plugin that implements inlay parameter and type annotation hints for Python.
I can't find the plugin in Marketplace :( 

Sometimes we have unreadable hints like on screenshot below. Need to implement collapsable hints, fortunately, such support is available in Plugin SDK 
Sometimes we get unexpected error when overflow recursion limit, need to research and catch this error
This is just cosmetics, but you can see the difference. Python:  Kotlin:  It probably depends on the EP you're using to register the inlay hint provider. You might...
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...
Hey, this plugin is very cool ! Would it be possible to add support to 2024.2 ? Thanks 👌
Hello, thank you very much for this plug-in. By any chance, can you extend the support to version `2024.3.2` ? Thank you. **quick update\:** figured out how to bump the...
Adds support for 2024.3 & closes https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/issues/51