1

I recently updated IntelliJ to 2021.3 Community Edition and I'm using the latest Dart and Flutter plugins.

Whenever I press ALT+Enter to open the context menu (for example if a needed library is not imported), it doesn't show all the expected options the first time. Instead, I get something like this:

enter image description here

If I close it and open it a second time, it's the same. But if I open it a third time, it works as expected:

enter image description here

It's as if it takes a while to compute which options should be shown. I never experienced this before upgrading (from a very old 2018 version).

Any ideas?

Magnus
  • 17,157
  • 19
  • 104
  • 189
  • 1
    Code completion, highlighting, quick fixes and other code insight features in Dart/Flutter projects are powered by the Dart Analysis Server, a tool from the Dart SDK; looks as if the analysis server response is slow; I'd suggest reporting the issue to https://github.com/dart-lang/sdk/issues – lena Dec 20 '21 at 12:55
  • I also experience this after updating the android studio to bumble bee (Intellij 2021.1.1). It was fine on arctic fox (intellij 2020.3.1). – Kefas Feb 13 '22 at 02:33

0 Answers0