Browsed by
Tag: Visual Studio Code

Snippet Suggestions in Visual Studio Code

Snippet Suggestions in Visual Studio Code

This is one of the shortest posts ever. Five minutes ago I was annoyed by Visual Studio Code’s default behavior when it comes to IntelliSense in combination with snippets. Picture tell more than words, so I will show you an example. I have an OnAfterValidateTrigger and want to see the suggestions inside the brackets. When I hit Ctrl + Space to activate IntelliSense, the first suggestions are all snippets that do not make sense in this situation. The first suggestion…

Read More Read More

Profile Switcher for Visual Studio Code – Switch to Presentation Profile in a Second

Profile Switcher for Visual Studio Code – Switch to Presentation Profile in a Second

Do you sometimes present things in Visual Studio code to other people? If so, you may have found yourself in a situation where you want to quickly switch between a “work mode” and a “presentation mode”. In work mode, you want to have all your extensions and a dark background, but in presentation mode, you want a light background and a light environment. Pictures speak more than a thousand words, so I’ll just show you what I mean. Note the…

Read More Read More

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

Report Overview – How To Run All Your Reports

Report Overview – How To Run All Your Reports

Are you also getting tired of navigating through Business Central to run your reports?Do you want to know which custom reports you created in your extensions and run them easily? Then the Report Overview I created is the cure for your problem. What Is The Report Overview? I created the Report Overview for two reasons: Firstly, I wanted an easy way to run and test reports. Secondly, I wanted to open the pages related to my reports so I can…

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