al-code-outline
al-code-outline copied to clipboard
AL Code Outline for Visual Studio Code
Note _This seems more like an error in BC / AL, where the requestpage does not inherit the ApplicationArea from it's parent report._ However, when running the RemoveProjectRedundantAppAreas command, the...
In below scenario, the variable completion provider suggests the object names correctly if I search for objects that **start** with the variable name. `SalesHeader` > "Sales Header", `ICDataStore` > "IC...
- If neither is present, populate both with the primary key fields + description fields. - If either is present, use it to populate the other. Not sure how you...
When building a method codeunit,I add the permissions needed to the object. something like this. codeunit 90000 "Update Price List Meth PTE" { Permissions = tabledata Item = R, tabledata...
When using the cleanup to remove empty sections/triggers, instructions are also removed from wizard pages: For example, when performing a cleanup on page 1804 "Approval Workflow Setup Wizard" in de...
It would be prefered if search for objects in the Object browser was not case sensitive.
Hi I have seen that VS Code has started to complain that lowercase needs to be used for all reserved keywords (AA0241). Your autogenerated code does not seem to follow...
Sort procedures, Sort permissions, ... fails when the #pragma warning directive is used in the code
Hi @anzwdev, Something me and my colleague noticed. The sorting commands do not work if `#pragma warning ...` is used in the code. If you comment out or remove the...
Hi @anzwdev, Just saw your session where you mentioned some really nice upcoming features for your extension. Thank you for your session! I have a suggestion for a future update:...