You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new skeleton template includes an example usage of flutter_localizations. In the app_en.arb file is a single definition called appTitle. We need support for Find 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.
I think it should be in the analysis server too - it's along similar lines to dart-lang/sdk#46722 (which also involves teaching the server about arb files).
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
The text was updated successfully, but these errors were encountered: