Intellij-Python-Inlay-Params icon indicating copy to clipboard operation
Intellij-Python-Inlay-Params copied to clipboard

Move to Declarative Inlay Providers for type hints

Open lppedd opened this issue 2 months ago • 1 comments

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 avatar Apr 10 '24 13:04 lppedd

Nice, I see someone else already opened #44!

lppedd avatar Apr 10 '24 13:04 lppedd