Folder information and personalization in project panel

Answered

Hi, i am currently building a big project with a bunch of modules, this is an example of how it look now.

The modules count will still grow and i am starting to need a way to graphically organize better my modules in the project panel.

I am wondering if there is any kind of costumization native or with any plugin. For example modules ending with -app are JAVA/GRADLE project while the others are AMP Stack projects with NPM and Composer.

I need all modules to be in the same project but still i need to organize them better.

Any advice is appreciate.

0
2 comments

Module type depends on the source files language you place in modules (e.g. Static Web for php/html/js files) and Java module for java/Kotlin source files. Also Maven/Gradle module types one needs to import from Maven pom.xml/Gradle build.gradle files.

You also can organize modules to groups. With Java modules you can use special naming for IDE to automatically organize them to groups (dotted qualified names): https://blog.jetbrains.com/idea/2017/09/intellij-idea-2017-3-eap-grouping-modules-according-to-their-qualified-names-and-more.

1

Awesome. That was what i needed. Thank you.

0

Please sign in to leave a comment.