It would be useful if the generated keys contained the translations from the original file as docs, so for example when I hover the cursor over the key in VSCode I can see the translation. That would save a lot of time switching back and forth between the code and the localizations file.
For example (in the generated file):
/// "Settings"
static const main_menu_settings_button_title = 'main_menu.settings_button.title';
This feature could be optional with a parameter provided to the generator.
It would be useful if the generated keys contained the translations from the original file as docs, so for example when I hover the cursor over the key in VSCode I can see the translation. That would save a lot of time switching back and forth between the code and the localizations file.
For example (in the generated file):
This feature could be optional with a parameter provided to the generator.