Friday 1 January 2021

How to make Intellij Idea's Intellisense work on C++ and Kotlin on a Flutter project?

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. Additionally, logcat wont work: How to get logcat working on Intellij Idea on Flutter project?

A solution would be to open the android folder into another window, but this is not very good. Having everything on one window is much better, specially if you develop inside docker using the docker plugin.

Opening thins in Android Studio also has this effect and there's not even a Docker plugin there.

So, how can I use C++ and Kotlin intellisense on Intellij Idea in a Flutter project?



from How to make Intellij Idea's Intellisense work on C++ and Kotlin on a Flutter project?

No comments:

Post a Comment