Describe the bug
My muscle memory is pressing Cmd + ., arrow up, enter to invoke the Remove this widget menu option, but after Flutter 3.44, this is no longe an option, as there is a new (useless) option there:
I know this probably come from Dart, but, anyway...
To Reproduce
Steps to reproduce the behavior:
- Put the cursor over an widget that you wish to remove
- Invoke the quick fix menu (
Ctrl+.orCmd+.)
Expected behavior
The menu should be consistent (we often develop muscle memory and this has a huge impact on productivity).
Dart Code extension: 3.134.0
Flutter extension: 3.134.0 (activated)
App: VSCodium
App Host: desktop
Version: mac 1.116.0
Workspace type: Dart, Flutter (LSP) (Multiroot)
Workspace name: Organize (Workspace)
Dart (3.12.0): /Users/jckodel/flutter/bin/cache/dart-sdk
Flutter (3.44.0): /Users/jckodel/flutter (iPhone 17e (ios/ios))
/Users/jckodel/flutter/bin/cache/dart-sdk/bin/dart info
If providing this information as part of reporting a bug, please review the information
below to ensure it only contains things you're comfortable posting publicly.
General info
- Dart 3.12.0 (stable) (Fri May 8 01:51:14 2026 -0700) on "macos_arm64"
- on macos / Version 26.5 (Build 25F71)
- locale is en-BR
Process info
| Memory | CPU | Elapsed time | Command line |
|---|---|---|---|
| 46 MB | 0.0% | 04:12 | dart devtools --machine --allow-embedding --dtd-uri ws:/uGtfdxTYOes= --port 9101 |
| 478 MB | 0.0% | 04:12 | dart language-server --protocol=lsp --client-id=VS-Code --client-version=3.134.0 |
| 44 MB | 0.0% | 04:12 | dart tooling-daemon --machine |
| 91 MB | 0.0% | 04:12 | flutter_tools.snapshot daemon |
/Users/jckodel/flutter/bin/flutter doctor -v
[✓] Flutter (Channel stable, 3.44.0, on macOS 26.5 25F71 darwin-arm64, locale en-BR) [202ms]
• Flutter version 3.44.0 on channel stable at /Users/jckodel/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 559ffa3f75 (6 days ago), 2026-05-15 14:13:13 -0700
• Engine revision 4c525dac5e
• Dart version 3.12.0
• DevTools version 2.57.0
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, cli-animations, enable-native-assets, enable-swift-package-manager, omit-legacy-version-file, enable-lldb-debugging, enable-uiscene-migration
[✓] Android toolchain - develop for Android devices (Android SDK version 36.1.0) [1,427ms]
• Android SDK at /Users/jckodel/Library/Android/sdk
• Emulator version 36.4.10.0 (build_id 15004761) (CL:N/A)
• Platform android-36, build-tools 36.1.0
• ANDROID_HOME = /Users/jckodel/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 21.0.9+-14787801-b1163.94)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 26.5) [649ms]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 17F42
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [3ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Connected device (3 available) [5.7s]
• iPhone 17e (mobile) • 97F4A41E-EC77-4D20-A1E9-2152A566FB1D • ios • com.apple.CoreSimulator.SimRuntime.iOS-26-4 (simulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 26.5 25F71 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 148.0.7778.168
[✓] Network resources [320ms]
• All expected network resources are available.
• No issues found!
