esskar / vscode-flutter-i18n-json

VS Code extension to create a binding between your translations from .json files and your Flutter app.
92 stars 22 forks source link

implement new key insertion #15

Closed szotp closed 5 years ago

szotp commented 5 years ago

This adds a feature where user can start writing I18n.of(context).foo, and he will get a code fix that will insert the new key into the default json file and then regenerate the dart files.

Placeholder values are also supported - they will be automatically added if entered value contains them.

ext

esskar commented 5 years ago

wow, nice.