flutter-intellij
flutter-intellij copied to clipboard
Android Studio evaluate expression no code completion hints
Steps to Reproduce
Android Studio evaluate expression no code completion.
Press the code completion basic shortcut key, prompt No suggestions.
Version info
I tried Android Studio Giraffe | 2022.3.1 and Android Studio Hedgehog | 2023.1.1 Canary 16, both have the same problem.
$ sw_vers
ProductName: macOS
ProductVersion: 13.5
BuildVersion: 22G74
$ sysctl -n machdep.cpu.brand_string
Apple M1 Max
$ flutter doctor -v
[!] Flutter (Channel stable, 3.10.6, on macOS 13.5 22G74 darwin-arm64, locale zh-Hans-CN)
• Flutter version 3.10.6 on channel stable at /Users/gan/development/flutter
! Warning: `dart` on your path resolves to /opt/homebrew/Cellar/dart/3.0.6/libexec/bin/dart, which is not inside your current Flutter SDK checkout
at /Users/gan/development/flutter. Consider adding /Users/gan/development/flutter/bin to the front of your path.
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision f468f3366c (5 weeks ago), 2023-07-12 15:19:05 -0700
• Engine revision cdbeda788a
• Dart version 3.0.6
• DevTools version 2.23.1
• Pub download mirror https://pub.flutter-io.cn
• Flutter download mirror https://storage.flutter-io.cn
• If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and
upgrades.
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at /Users/gan/Library/Android/sdk
• Platform android-34, build-tools 34.0.0
• ANDROID_SDK_ROOT = /Users/gan/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
• All Android licenses accepted.
[✓] Android Studio
• Android Studio at /Applications/Android Studio Preview.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.7+0-17.0.7b1000.6-10550314)
[✓] Android Studio (version 2022.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
After I updated to Iguana, the problem was still unresolved.
It seems to be the same question. https://github.com/intellij-rust/intellij-rust/issues/8512