Quick Action Options sometimes disappear
已回答
Occasionally, not all quick actions are visible when coding in flutter using your IDE. This happened for the 4th time now, so I wanted to post it here. We have the latest version of flutter (stable channel) and IntelliJ installed, and wanted to ask if it is somehow possible to “refresh” the quick actions menu, or why this could happen? It's extremely frustrating, as it makes custom refactorings from some packages e.g. this one https://pub.dev/packages/riverpod_lint#convert-widget-to-consumerstatefulwidget no longer show up, requiring us to do that manually.
We wanted to ask here to know if this is a known issue or of this is rather package-specific?
请先登录再写评论。
https://intellij-support.jetbrains.com/hc/en-us/community/posts/7706805121298-Flutter-plugin-Show-Context-Actions-menu-incomplete-for-a-couple-of-seconds
Hi Bond Han cheers!
No it's really that the quick actions are completely gone, not only for a couple of seconds. But it seems like this is an issue due to the flutter package itself (see https://github.com/rrousselGit/riverpod/issues/3680#issuecomment-2253030573 )
In case anyone drops on this issue due to the same problem, we've switched to this plugin:
https://plugins.jetbrains.com/plugin/14641-flutter-riverpod-snippets
As it's the one officially recommended by the riverpod source:
https://riverpod.dev/docs/introduction/getting_started#going-further-installing-code-snippets