Due to opening a Flutter project into Intellij Idea, that is, opening the folder that contains both an Android project and an iOS project, Intellij Idea does not recognize the Android gradle project and thus both C++ and Kotlin intellisense won't work. I have to open one instance for the android project and another for the flutter project.
Having everything on one window is much better, specially if you develop inside docker using the docker plugin. Also it consumes much less RAM.
Opening thins in Android Studio also has this same problem.
So, how can I use C++ and Kotlin intellisense on Intellij Idea/Android Studio in a Flutter project?
Preferences -> Editor -> Language Injections
. – Bombshellbuild.gradle
file of the android project – Brezin