dart.flutterGenerateLocalizationsOnSave
allows the Flutter: Generate Localizations command to be run automatically when a .arb
file is saved.${0:widget}
in code.pubspec_overrides.yaml
under pubspec.yaml
when explorer.fileNesting
is enabled.dart.projectSearchDepth
has been increased from 3 to 5. This allows projects nested more deeply in your workspace to be found. Additionally, if the search for projects takes more than 1 second a progress indicator will be shown, allowing the search to be stopped early. Results from workspace searches are now also cached for a few minutes to improve performance.pub
or dart test
(which are not available for Dart SDK repo projects).dart.runPubGetOnNestedProjects
allows running pub get
for nested parent/child projects when a pubspec.yaml
is modified. This may be useful where you have nested projects with path
dependencies (such as an example
project) where both projects package_config.json
files need regenerating when adding dependencies to one.These items rely on changes to the Dart/Flutter SDKs that have not yet been released to stable channels. They will show up automatically when you update your SDK in future (or if using beta/development channels depending on the exact version).
editor.codeActionsOnSave
) and show errors if invoked manually.fun
snippet to create functions has been restored.(...)
instead of parameter placeholders (affected Dev builds only).$
that are not yet imported will no longer insert duplicate $
s when selected.