This post is especially interesting for the people whose native language is not English. Do you know the feeling? You are looking at the source code of some .al object and you come across a field name that means absolutely nothing to you. It would be…
The AL Language extension offers users the option to help fix issues in code. Code Actions is a Visual Studio Code feature providing the user with possible corrective actions right next to an error or warning. If actions are available, a light bulb appears next to…
In this article, I will explain how to use solution search efficiently, and how to replace various concepts throughout the solution using regular expressions on Dynamics 365 Business Central. Source : Simplanova Read more...
You might know that VS Code supports usage of search-and-replace regular expressions? If you want to know how this reg-ex works, just visit: https://regex101.com/r/Rx7sPI/4 Source : BEYOND365 Read more...
Slowly but surely, even the last dinosaur will venture out of the cosy safety of C/SIDE and C/AL to plunge death-defyingly onto the battlefield of the new programming language AL. Not everyone has the time to deal with all the VS Code Settings. Source : Business…
Visual Studio Code lets you perform most tasks directly from your keyboard as well as utilize code templates, known as snippets, to drastically increase the speed of your work. In this article, I will outline how to modify and create your own shortcuts and Visual Studio…