Open stevemessick opened 3 years ago
I think it should be in the analysis server too - it's along similar lines to https://github.com/dart-lang/sdk/issues/46722 (which also involves teaching the server about arb files).
Reopening as we expect this would require some work in the IDE in addition to analyzer changes
The new
skeleton
template includes an example usage offlutter_localizations
. In theapp_en.arb
file is a single definition calledappTitle
. We need support forFind Usages
in the IDE.I'm not sure if this belongs in the Flutter plugin, the Dart plugin, or the Dart analysis server. I'd guess the analysis server, but it is quite specific to Flutter.
cc @jacob314 @DanTup @alexander-doroshko