Browsed by
Category: VS Code Extensions

Manage Your VS Code Projects Easily With Project Dashboard

Manage Your VS Code Projects Easily With Project Dashboard

Getting frustrated when scrolling through your recently opened projects list in Visual Studio Code will be history after you have read this post. The Visual Studio Code Extension Project Dashboard comes to rescue you from time wasting and headaches in the future. A few weeks ago Krzysztof Bialowas mentioned this extension in one of his Business Central Beerinars. I was surprised that I could not find any other Business Central related person writing about it, so I decided to write…

Read More Read More

AL Navigator – Visual Studio Code Extension

AL Navigator – Visual Studio Code Extension

Features My AL Navigator extension for Visual Studio Code enables you to automatically create variables in AL and navigate through .al files with awesome shortcuts. AL Navigator – Create Variables AL Navigator provides a CodeAction for the AL compiler error 118 “The name does not exist in the current context“. This CodeAction enables you to automatically create a local or global variable by using the names of standard objects as well as names of your local workspace files. The extension…

Read More Read More

CRS Language Extension – Boost Your Productivity with AL/BC

CRS Language Extension – Boost Your Productivity with AL/BC

This is the third post of the blog post series “Boost Your Productivity with AL and Business Central”. If you want to know more about what this series is about and why I created it, you can checkout this post. The CRS Language Extension offers a few features that can make your life a lot easier when developing in AL. In this post, I will talk about the features that I use the most: Rename Files Snippets for various situations…

Read More Read More

Boost Your Productivity with AL/BC – Todo Tree and TODO Highlight

Boost Your Productivity with AL/BC – Todo Tree and TODO Highlight

This is the second post of the blog post series “Boost Your Productivity with AL and Business Central”. If you want to know more about what this series is about and why I created it, you can checkout this post. Today’s post will be a very short one. I will show you how you can use Todo Tree by Gruntfuggly and TODO Highlight by Wayou Liu to track the Todos in your VS Code Project. Sometimes you are in a…

Read More Read More

Boost Your Productivity with AL/BC – AL Variable Helper

Boost Your Productivity with AL/BC – AL Variable Helper

This is the first post of the blog post series “Boost Your Productivity with AL and Business Central”. If you want to know more about what this series is about and why I created it, you can checkout this post. Today’s post will feature the AL Variable Helper by Rasmus Aaen. According to his own readme file, it provides the following features: Easy variable assignment Go to global/local variables – like in the C/SIDE environment. Sort Variables Fix keyword casing…

Read More Read More