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 5 forks source link

Move to Declarative Inlay Providers for type hints #46

Open lppedd opened 5 months ago

lppedd commented 5 months ago

This is just cosmetics, but you can see the difference.

Python:

image

Kotlin:

image

It probably depends on the EP you're using to register the inlay hint provider. You might want to switch to codeInsight.declarativeInlayProvider

lppedd commented 5 months ago

Nice, I see someone else already opened #44!