Thanks a lot for fixing what IntelliJ can't bother to do themself. I was exploring your plugin to check how to get the type support in PyCharm closer to the one of VSCode.
We are also using https://github.com/InSyncWithFoo/pyright-for-pycharm and I was wondering if it was possible to use the pyright / based-pyright language server for the inline type hints?
To me it looks like the plugin currently receives the type information by calling com.jetbrains.python.psi.types directly? This is probably PyCharm's own type engine?
Thanks a lot for fixing what IntelliJ can't bother to do themself. I was exploring your plugin to check how to get the type support in PyCharm closer to the one of VSCode.
We are also using https://github.com/InSyncWithFoo/pyright-for-pycharm and I was wondering if it was possible to use the
pyright/based-pyrightlanguage server for the inline type hints?To me it looks like the plugin currently receives the type information by calling
com.jetbrains.python.psi.typesdirectly? This is probably PyCharm's own type engine?