An Android like Project visualization tree when using Gradle
Answered
The Android Studio "Android mode" project tree visualization is amazing! You got right there what you need (well 98% of the times but that's ok) and can easily access Gradle scripts and source code.
It would be amazing to have something similar for Java/Kotlin, especially a entry where all Gradle scripts are listed with the name of the module on the side.
Please sign in to leave a comment.
Please leave your comments in a related request in our tracker: https://youtrack.jetbrains.com/issue/IDEA-200386.
Note that you can create custom scope that would display gradle related files, see example at https://youtrack.jetbrains.com/issue/IDEA-200335 and use this scope in Project tool window.