marius-h / flutter_enhancement_suite

The essential IntelliJ/Android Studio plugin for making working with Flutter easier than ever!
https://plugins.jetbrains.com/plugin/12693-flutter-enhancement-suite
GNU General Public License v3.0
286 stars 30 forks source link

Issue with "Intentions" or "Context Actions" in Android Studio #280

Open rignaneseleo opened 3 months ago

rignaneseleo commented 3 months ago

Hi,

I've been using this plugin for years without any issues, but in the past few weeks, I've encountered a problem with the "Intentions" or "Context Actions" in Android Studio. Specifically, when the plugin is enabled, the only available action is "make private" (see screenshot below). This behavior suggests there might be a conflict with the library.

image

Android Studio Version:

Android Studio (version 2024.1)
Location: /Applications/Android Studio.app/Contents
Flutter plugin: [Install Flutter Plugin](https://plugins.jetbrains.com/plugin/9212-flutter)
Dart plugin: [Install Dart Plugin](https://plugins.jetbrains.com/plugin/6351-dart)
Java Version: OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)

Could you please help investigate this issue? It seems like a conflict that arose recently, and it's significantly affecting my workflow.

Thank you for your assistance.

rignaneseleo commented 3 months ago

Can be related to https://github.com/flutter/flutter-intellij/issues/7450