ALGetReservedObjectsVisual Studio Code Extension for AL developers to find out the reserved object numbers of an AL project or workspace. UsageThis extension can be executed from the F1 or Ctrl-Shift-P menu with command "AL GetReservedObjects". ProcessThe extension loops through the open folder or Workspace and their subfolders, finds out all .al files and extracts information what object and object number it has reserved. Folders that start with dot (for example .alpackages) are skipped. The result is three files in the root folder:
In the end of later two files is a summary of object types and the number of their occurrences as well as number of found .al files and the count of reserved objects. ChangelogChangelog can be found from CHANGELOG.md file |