I’m not entirely convinced that this functionality belongs in AS or the AS Code extension, given its reliance on third-party executables and DLLs. While these dependencies are bundled into the executable for this project, they remain mandatory and add complexity.
CHM files feel outdated as a documentation format for code or applications. Instead, I’d advocate for an AS Code extension that generates Markdown documentation directly from a library. This approach aligns better with modern practices—it would allow documentation to live seamlessly in a Git repository alongside the source code, which is how I’d prefer to document my own libraries.
Let me know your thoughts!
Best regards,
Florent