web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

See Your AL Code Structure Instantly in Dynamics 365 Business Central

Jeffrey Bulanadi Profile Picture Jeffrey Bulanadi 8,760

Sharing something small that helped me during AL code reviews.

While reviewing some AL code before the holiday shutdown, I ran into deeply nested logic that was hard to follow. This is pretty common in Business Central projects, especially as extensions grow.

To make structure easier to see during reviews, I wrote a small VS Code extension called AL Indent Prism.

It adds subtle background colors to each indent level so you can visually follow nesting without changing your code.

  • Works only on AL files
  • Supports light and dark themes
  • Does not modify code or formatting

I wrote a short post explaining why I built it and how it works here:

👉 https://learnbeyondbc.com/blogs/al-indent-prism-code-review

The extension is open source, so feedback, issues, or pull requests are very welcome.

Hopefully this helps other Business Central developers when dealing with deeply nested AL during reviews. 

Comments