Having formatted al my *.al files (5200+) I get a lot of compilation errors because of surrounding quotes getting removed on names that seem to be keywords. Tried to disable the FormatOnSave, without luck. Had to uninstall the CRS extension ...
field(101; Area; Code[10]) // Area result in a compile error
{
Caption = 'Area';
TableRelation = Area;
}
... Action(Actions) ... // Actions result in a compile error
Having formatted al my *.al files (5200+) I get a lot of compilation errors because of surrounding quotes getting removed on names that seem to be keywords. Tried to disable the FormatOnSave, without luck. Had to uninstall the CRS extension ...
is changed to
Can you please extend getAllKeywords with