From 0b32513b19b68cdbfa07a44d93deac5320b0aa2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Vercaemst?= Date: Fri, 6 May 2022 09:02:17 +0200 Subject: [PATCH] Added Tips section with link to VS Code extension #153 --- content/docs/BestPractices/blank-lines/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/docs/BestPractices/blank-lines/index.md b/content/docs/BestPractices/blank-lines/index.md index 273882d7..c46bb0d6 100644 --- a/content/docs/BestPractices/blank-lines/index.md +++ b/content/docs/BestPractices/blank-lines/index.md @@ -157,3 +157,10 @@ local procedure OnAfterGetGLSetup(var GLSetup: Record "General Ledger Setup") begin end; ``` + +## Tips + +The [AZ AL Dev Tools/AL Code Outline](https://marketplace.visualstudio.com/items?itemName=andrzejzwierzchowski.al-code-outline) extension adds two new commands to Visual Studio Code to remove empty duplicate lines. + +- `Remove Empty Lines from the Active Editor` : removes empty duplicate lines from the current editor +- `Remove Empty Lines from the Active Project` : removes empty duplicate lines from the current project