Understanding Visual Studio Code
With a few exceptions, all of the development for Business Central applications takes place within Visual Studio Code. Exceptions include the use of Microsoft Excel or Word (or SQL Server Report Builder) for reporting, as we saw in Chapter 5, Queries and Reports, plus the work we may do in the JavaScript language to create compatible add-ins. While it is possible, development using a text editor is only appropriate for special cases, such as making modifications to existing objects, which is done by an advanced developer.
As an Integrated Development Environment (IDE), Visual Studio Code provides us with a rich set of tools for our AL development work. While Visual Studio Code is not as fully featured as Microsoft’s Visual Studio, it is intended to be a cross-platform, modern development toolkit that can be extended to your needs. Most importantly, Visual Studio Code is the most popular IDE (according to a recent Stack Overflow survey) and...