Merge pull request #182 from fvet/patch-6

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

View file

@ -39,3 +39,10 @@ Variables declarations should be ordered by type. In general, object and complex
Vendor: Record Vendor;
StartingDateFilter: Text;
```
## 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 sorts variables.
- `Sort Variables in the Active Editor` : sorts variables in the current editor
- `Sort Variables in the Active Project` : sorts variables in the current project