Open excript opened 2 years ago
Hi, @excript
Thank you for your suggestions. Maybe you'd like to run a discussion in the discussions page. Check it out at: https://github.com/Embarcadero/DelphiVCL4Python/discussions
If you are using PyScripter, you can get code completion etc. by adding delphivcl to Tools, Options, IDE Options, Language Server, Special packages.
Are there plans to develop stubs files to facilitate development and get to know the API without needing to consult the Delphi documentation?
I've been analyzing the Delphi documentation and I noticed that it is possible to automate the creation of stubs files by accessing the documentation and making a translation to the stub syntax, this would allow more than the creation of stubs files, it is a way to extract the text of the documentation from every function, method, property and event.
That is, it is possible to automate both the stubs files as well as the inclusion of the documentation extracted from Delphi for each property, function, method and etc!