Added Tips section with link to VS Code extension
This commit is contained in:
parent
5652ea8c5d
commit
3cba72ce3f
1 changed files with 7 additions and 0 deletions
|
|
@ -52,3 +52,10 @@ if X then begin
|
||||||
end else
|
end else
|
||||||
(not X)
|
(not X)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 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 begin..end around single statements.
|
||||||
|
|
||||||
|
- `Remove Begin..End around Single Statements from the Active Editor` : removes begin..end around single statement from the current editor
|
||||||
|
- `Remove Begin..End around Single Statements from the Active Project` : removes begin..end around single statement from the current project
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue