Browsed by
Tag: Snippet

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…

Missing Permission Set

Missing Permission Set

A while ago, I came across an interesting error message that I had not seen before. The error message occurred when I created an empty table with the “ttable” snippet, claiming that my extension has a “missing permission set”. PerTenantExtensionCop Ruleset Apparently the PerTenantExtensionCop felt that we had stepped on his toes. Recently, the rule…