Dupe sub-project lines in package view
I just upgraded to idea 14.0 and am trying out importing my project via my Build.scala file rather than using sbt-idea to generate the files. The problem I'm having is when I switch to package view (far easier to navigate imo) I am seeing duplicates of all of my subprojects. Being as I have a lot of sub-projects this is really cluttering up the view and making it annoying to navigate around. I can uncheck "show modules" in the project viewer settings but then I lose all seperation from project to project. When I generated the project with sbt-idea I didn't run into this limitation but this may be new to 14.0 and not because I'm doing the native import; I'm not sure. Is there any way I can fix this?
Example: I'd only like to see hostParser, ldapHostnameLookup, and ldapHelper and not their respective "build" lines (ie ldapHelper-build)
Please sign in to leave a comment.
It seems that the root-build does contain useful info; while I wouldn't mind just hiding all of them, maybe we could just hide "empty" -build folders?
I created an issue in our tracker: https://youtrack.jetbrains.com/issue/SCL-7772
Best regards,
Alexander Podkhlayuzin.