From ee06e3d83a7cddf37ca0ea2ca8b6c4f79535feed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Vercaemst?= Date: Fri, 6 May 2022 09:12:09 +0200 Subject: [PATCH] Added Tips section with link to VS Code extension --- content/docs/BestPractices/variable-naming/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/docs/BestPractices/variable-naming/index.md b/content/docs/BestPractices/variable-naming/index.md index 3ead389b..80d9959a 100644 --- a/content/docs/BestPractices/variable-naming/index.md +++ b/content/docs/BestPractices/variable-naming/index.md @@ -51,3 +51,7 @@ If a variable is a compound of two or more words or abbreviations, each word or ```al 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.