问题
In IDEA 15, is it a possible to display Java packages in a flat list instead of a tree? Like this:
com.example
com.example.foo
com.example.bar
Not this:
com.example
foo
bar
回答1:
Just click settings icon in Project tab and select "Flatten packages":
来源:https://stackoverflow.com/questions/33880611/intellij-idea-flat-package-view