You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw #438 and I wonder if it is currently possible to do the reverse? That is, generate the corresponding Python definition (.pyi file) based on the Java interface to facilitate syntax highlighting and static code analysis? If not, are there any further plans for this?
Specifically, I plan to make a python-based plug-in/script system for my java project, where users can call java interfaces by writing python scripts. If the generation of pyi files can be realized, users can get syntax prompts, static type checking and many other benefits when writing python code.