Many of the editor changes rely on changes in the Dart/Flutter SDKs so may not be immediately visible depending on your Dart/Flutter SDK channel.
<enter> on a comment line (starting with //) now auto-inserts // on the next line, matching the existing behaviour for triple-slash /// comments.dart.autoImportCompletions setting is now supported by LSP, allowing auto-import completions to be disabled.dependencies and dev_dependencies sections of pubspec.yaml.
--major-versions flag that updates constraints in pubspec.yaml.pubspec.yaml in a workspace that also contains a Flutter project will no longer run flutter pub get instead of pub get.dart create instead of Stagehand for Dart SDK versions >= v2.10.0.evaluateGettersInDebugViews is set to false (only getters are excluded).path) packages are now shown correctly in the DevTools inspector summary tree.--devtools-server-address when launching Flutter apps.stdout stream in the Debug Console.editor/title/run menu, allowing them to appear before other buttons and overflow better.expr ? widget1 : widget2.dart.flutterShowWebServerDevice allows enabling the web-server device even when running locally. Using the web-server device requires the Dart Debug extension and the Chrome device is still the recommended way for non-remote development.