Open m-tyler opened 1 year ago
When the Code for IBM i and RPGLE Language Tools extensions are in use, once a document is converted to free format, the Format Document function will automatically be called. One may also manually trigger the formatting using Shift+Alt+F
. The RPGLE linter that is part of the RPGLE Language Tools already has settings to control the casing of various parts of source.
Rather than add (duplicate) functionality here, perhaps it would be better to address any missing functionality in the RPGLE Language Tools.
How difficult could it be to create a category of post-conversion categories so that I can tell you to Upper, Lower, or Title case those items during conversion?
So, if I have all upper case code.
v0.0.24 casing conversion
I want the item names and keywords to be in title case and the special values to be upper. (proposed post conversion casing)
I noticed that there seems to be a list somewhere already. I don't propose adding in any difficult conversion context like camel casing. Maybe there is a way to use the built-in VS Code editor conversion actions.
Categories, I would like be able to specify the casing option.
Thanks for considering this.