Other/Show Context ActionsShow Context Actions to fix some problem such as import some file quickly. Show Context Actions to import quickly. It is really difficult when developing. Main menu/Code/Completion/Basic is also not workMain menu/Code/Completion/Basic. It show No suggestion when I want auto complete
Show Context Actions. There are no import select item In the suggestion 
[โ] IntelliJ IDEA Ultimate Edition (version 2019.2.1)
โข IntelliJ at /Applications/IntelliJ IDEA.app
โข Flutter plugin version 42.1.2
โข Dart plugin version 192.7761
$ flutter_release doctor -v
[โ] Flutter (Channel unknown, v1.9.1+hotfix.6, on Mac OS X 10.14.6 18G95, locale en-CN)
โข Flutter version 1.9.1+hotfix.6 at /Users/siyi.guo/flutter_release/flutter
โข Framework revision 68587a0916 (3 months ago), 2019-09-13 19:46:58 -0700
โข Engine revision b863200c37
โข Dart version 2.5.0
[!] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
โข Android SDK at /Users/siyi.guo/Library/Android/sdk
โข Android NDK at /Users/siyi.guo/Library/Android/sdk/ndk-bundle
โข Platform android-29, build-tools 28.0.3
โข ANDROID_HOME = /Users/siyi.guo/Library/Android/sdk
โข Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
โข Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[โ] Xcode - develop for iOS and macOS (Xcode 11.0)
โข Xcode at /Applications/Xcode.app/Contents/Developer
โข Xcode 11.0, Build version 11A420a
โข CocoaPods version 1.7.0
[โ] Chrome - develop for the web
โข Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[โ] Android Studio (version 3.5)
โข Android Studio at /Applications/Android Studio.app/Contents
โข Flutter plugin version 39.0.3
โข Dart plugin version 191.8593
โข Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
[โ] IntelliJ IDEA Ultimate Edition (version 2019.2.1)
โข IntelliJ at /Applications/IntelliJ IDEA.app
โข Flutter plugin version 42.1.2
โข Dart plugin version 192.7761
[โ] Connected device (2 available)
โข Pixel XL โข FA68S0309515 โข android-arm64 โข Android 8.1.0 (API 27)
โข Chrome โข chrome โข web-javascript โข Google Chrome 79.0.3945.79
! Doctor found issues in 1 category.
Could you share some details about your project structure? Where are the sub-packages in relation to the project root directory? Do the context actions show up for any Dart files in the project? (At the top-level?)
โโโ project_demo
โโโ lib
โย ย โโโ main.dart
โโโ module
โย ย โโโ module_one
โย ย โย ย โโโ lib
โย ย โย ย โโโ pubspec.yaml
โย ย โโโ module_two
โย ย โโโ lib
โย ย โโโ pubspec.yaml
โโโ module_base
โย ย โโโ lib
โย ย โโโ pubspec.yaml
โโโ plugins
โย ย โโโ grab_logger
โย ย โโโ lib
โย ย โย ย โโโ log_utils.dart
โย ย โโโ pubspec.yaml
โโโ pubspec.yaml
context actions of all plugin/package.base plugin in module_base. and all module depend module_base. So the context actions is work at module_base but not work at all moduleA -> B -> C. We can't use context actions of C in A. It difficult to work because that. @gsy13213009 : thank you for reporting the issue! It would tremendously help us identify and fix this issue if you can upload a sample setup to Github.
For example,
root/ with 3 Dart packages root/A, root/B, root/C.root to Github.git clone your root directory, and reproduce your issue on a new environment. Without additional information we're unfortunately not sure how to resolve this issue. We're going to close this bug for now, but please don't hesitate to comment on the bug if you have any more information for us; we're happy to reopen. Thanks for your contribution!
you can change "Dart : Quick assist powered by the Dart Analysis Server."
Most helpful comment
you can change "Dart : Quick assist powered by the Dart Analysis Server."