thibault-vanderseypen/vsce-i18n-json-editor

Key don't force UPPERCASE

54mu3l opened this issue · 1 comments

Hi,

Amazing extension! It's really helpful.

The only annoying thing is that the keys always (automatically) change to UPPERCASE.
But our keys are camelCase..

It would be really great if someone could disable this rule. Because otherwise it gets really hard to add new keys or edit existing keys.

Currently I edit all json-files by hand (for key-changes)...

Would be great
Cheers!

Hello,

Thank you for your message, It's very nice of you !

I already adapted the code and published it on the marketplace (v1.1.2)
You can now disable the uppercase with the "i18nJsonEditor.forceKeyUPPERCASE" property.
i18n-forcekeyuppercase

All the best,
Thibault