A good VS code extension for MS Dynamics 365 Business Central AL Development
As we know Microsoft has moved the D365 Business Central development environment to VS code. In the Dynamics NAV which was in the native development tools. Now everything is code based and no visual tools are there for object navigation and table, page or report creation. The good news is I have found a nice extension in VS Code which will be very helpful for the developers. Name of the extension is AZ AL Dev Tools/AL Code Outline for Visual Studio Code ( Visit Marketplace ) It has features like: AL objects wizards Symbols browser AL symbols outline panel Symbols tree view AL code generators Code actions Code transformation commands Action images browser Custom editors Documentation comments support Code analyzers rules viewer Document syntax visualizer Also you can use the extension to create the objects (table pages etc.) visually like previous and it will auto generate AL code for the objects: These are the wizards to create new AL object file: Table Wizard T...