Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AL Files OrganizerNew to Visual Studio Code? Get it now.
AL Files Organizer

AL Files Organizer

TAHER El Mehdi

|
54 installs
| (1) | Free
Organize Microsoft Dynamics 365 Business Central AL files in src by object type.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AL Project Folder Organizer 🚀

A VS Code extension that automatically organizes Microsoft Dynamics 365 Business Central (AL) projects into a clean and maintainable folder structure.

Before

table1.al
table2.al
page1.al
page2.al
page3.al
codeunit1.al
report1.al
report2.al

After

src/
  tables/
    table1.al
    table2.al
  pages/
    page1.al
    page2.al
    page3.al
  codeunits/
    codeunit1.al
  reports/
    report1.al
    report2.al

▶️ How to Use

  1. Open an AL project in VS Code
  2. Open the Command Palette (Ctrl + Shift + P)
  3. Run:
EMT: Organize AL Files
  1. Your workspace's AL files are instantly reorganized into src/ ✨
  2. Enjoy a cleaner and more maintainable project structure! 🎉
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft