Added Tips section with link to VS Code extension

This commit is contained in:
Frédéric Vercaemst 2022-05-06 09:12:09 +02:00 committed by GitHub
parent 5652ea8c5d
commit ee06e3d83a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,3 +51,7 @@ If a variable is a compound of two or more words or abbreviations, each word or
```al ```al
AmountLCY: Decimal; AmountLCY: Decimal;
``` ```
## Tips
The [AL Variable Helper](https://marketplace.visualstudio.com/items?itemName=rasmus.al-var-helper) extension provides Intellisense support to assign correct variable names in AL.