Kilian Seizinger
Kilian Seizinger
Please include the following with each issue: **1. Describe the bug** Every time i try to download symbols for the first time, I receive the following error on the output....
**1. Describe the bug** A GUID cannot be compared with Text, but i doens't results in a compile error. **2. To Reproduce** Steps to reproduce the behavior: 1. Create some...
There are some issues on the AL Repository about the language server keeps crashing, that are related to a file called `temp-al-proxy.al`. > 07/14/2022 15:52:56 [/8] Content starting at line...
Hi, maybe you can help me with my current problem. I really love the Code Action to fix the casing. Right now I'm having a problem with the following: The...
This is a first draft to support multiple prefixes. Right now I added the feature only for table extensions fields. But this can easily added for the other extension objects....
If create an enum extension that adds new values, I would love a feature, that automatically adds a Prefix to the new Enum Values. Example Input: ```al enumextension 50000"XXX Report...
This pull request, is trying to support Page Extensions with Array as SourceExpression. e.g. ```al field(ShortcutDimCode4; ShortcutDimCode[4]) { ApplicationArea = Dimensions; CaptionClass = '1,2,4'; TableRelation = "Dimension Value".Code WHERE("Global Dimension...
Support adding a prefix for Fields with arrays as value: e.g. for Dimensions. ```al field(ShortcutDimCode3; ShortcutDimCode[3]) { ApplicationArea = Dimensions; CaptionClass = '1,2,3'; TableRelation = "Dimension Value".Code WHERE("Global Dimension No."...
No Prefix/Suffix is added to Labels of Report Extensions
Hi, Right now AL Keywords are saved without quotes when I use the OnSave Features of the `Waldo's CRS AL Language Extension`. What do you think about adding quotation marks...