Merge pull request #178 from fvet/patch-2

This commit is contained in:
Henrik Helgesen 2022-05-06 13:27:26 -07:00 committed by GitHub
commit 8c9b20f95f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,3 +157,10 @@ local procedure OnAfterGetGLSetup(var GLSetup: Record "General Ledger Setup")
begin begin
end; 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