RasmusTidselbak / al-var-helper

6 stars 6 forks source link

Fix Casing on CalcFormula Count #24

Open lksg opened 4 years ago

lksg commented 4 years ago

Hi,

in short: Fix-Casing turns : CalcFormula = Count ( into CalcFormula = Count() ( this results in tables not being recognized by VS Code anymore.

It has some problems with action images too: Image = Delete; Image = Delete();

Image = Insert; Image = Insert();

Image = Close; Image = Close();

Additional: I had a big extension and wanted to have Fix-Casing in all files. I forked your extension and added a Fix-Casing for all .al files function. If you are interesested in adding this feature since it helps a lot with begin codecop compliant I can do a pullrequest.

Cheers Leon