Generate a Markdown table with all AL objects in your project, grouped by type and sorted by ID. Perfect for Business Central extensions documentation.
Features
Scans your src folder for AL objects (tables, pages, codeunits, extensions, etc.)
Generates a Markdown table with ID, type and name
Updates your README.md automatically
Usage
Open your AL project in VS Code
Run the command Actio: Generate Readme from the Command Palette
Your README.md will be updated with the AL objects table
Example Output
ID
Type
Name
60700
codeunit
ABP RSD Events
60700
pageextension
ABP RSD Item Card
60700
tableextension
ABP RSD Item
60701
codeunit
ABP RSD Purch.-Post Rappel
60701
pageextension
ABP RSD Purch Order Subform
60701
tableextension
ABP RSD Purchase Line
Requirements
No special requirements. Just an AL project with a src folder.
Release Notes
1.0.0
Initial release with AL object scanning and README generation
For feedback or issues, please contact the author.