Embarcadero / DelphiVCL4Python

Delphi's VCL library as a Python module for building Windows GUI
Other
255 stars 55 forks source link

Generate stub files to facilitate development #23

Open excript opened 2 years ago

excript commented 2 years ago

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!

lmbelo commented 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

pyscripter commented 1 year ago

If you are using PyScripter, you can get code completion etc. by adding delphivcl to Tools, Options, IDE Options, Language Server, Special packages.