flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

ctrl+alt+w shortcut not working in Android Studio for extracting flutter widget!

Open Ossabla opened this issue 5 years ago • 4 comments

Flutter plugin version 54.1.1 Dart plugin version 201.9335 Android Studio 4.1.3

Thanks!

Ossabla avatar Mar 25 '21 22:03 Ossabla

Strange.. this works in IntelliJ but fails in the Android Studio versions I've tried (4.1.3, 4.2 beta 5). All of them have this shortcut in the keymap though. @stevemessick do you know where this functionality is?

helin24 avatar Mar 29 '21 16:03 helin24

This key binding has a conflict with Kotlin, but this exists in both Android Studio and IntelliJ.

helin24 avatar Jun 03 '21 23:06 helin24

This key binding has a conflict with Kotlin, but this exists in both Android Studio and IntelliJ.

It's true. To fix it just open Keymap Settings and re-set this hotkey - Android Studio will remove conflicting shortcuts and it became work. Android Studio 2020.3.1 beta 5.

rodion-m avatar Jul 11 '21 18:07 rodion-m

How to fix it in Android Studio Ladybug | 2024.2.1, I cannot see a option to re-set this hotkey

Sireen-Official avatar Oct 18 '24 06:10 Sireen-Official