parent
5652ea8c5d
commit
0b32513b19
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue