IntelliJ ALT+Enter doesn't show correctly on the first key press

185 Views Asked by At

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?

0

There are 0 best solutions below