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

Missing support for PyCharm 2023.2.2 #37

Closed teodor-t-tenev closed 11 months ago

teodor-t-tenev commented 1 year ago

No inlay hint params for

image
FieryDruid commented 1 year ago

@teodor-t-tenev works correctly on 2023.2.3

image

Try to check Settings -> Editor -> Inlay Hints -> Types -> Python -> Type annotations -> General hints option:

image