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

A PyCharm plugin that implements inlay parameter and type annotation hints for Python.

Results 6 Intellij-Python-Inlay-Params issues
Sort by recently updated
recently updated
newest added

I can't find the plugin in Marketplace :( ![image](https://user-images.githubusercontent.com/38117856/202760809-51045f24-9237-4b0c-92f5-4ecf0353e2ad.png)

![telegram-cloud-photo-size-2-5368624986341884414-y](https://user-images.githubusercontent.com/29837527/196738024-c5b227bb-ac44-43aa-8874-cbfdc9a55844.jpg)

bug

Sometimes we have unreadable hints like on screenshot below. Need to implement collapsable hints, fortunately, such support is available in Plugin SDK ![telegram-cloud-photo-size-2-5373170844152479881-y](https://user-images.githubusercontent.com/29837527/197280416-8ed1eb42-224f-454a-8673-5a9d684ad1ed.jpg)

enhancement
in progress

Sometimes we get unexpected error when overflow recursion limit, need to research and catch this error

bug
research

This is just cosmetics, but you can see the difference. Python: ![image](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/assets/19871649/960d97e2-8362-4ecb-bb7a-41947517bba0) Kotlin: ![image](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/assets/19871649/4a5c10e4-a40a-419c-9aeb-e22b91166494) It probably depends on the EP you're using to register the inlay hint provider. You might...