Open
Description
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!