Added Tips section with link to VS Code extension

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

View file

@ -51,3 +51,10 @@ if NameIsValid and
Name2IsValid
then
```
## 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