How to configure Eclipse's Package Explorer to display like IntelliJ IDEA's package view? -
in intellij idea, "project" pane on left has "view as:", following options:
- project
- packages
- scope
- favorites
if select "project" shows eclipse's "package explorer", if choose "packages" , followed following convention:
- src
- main
- java
- org
- ...
- resources
- test
- java
- org
- ...
- resources
- main
it displays view merges "main" , "test" folders, showing unit tests next associate classes (the classes test). quite handy imo, there way in eclipse (3.7.2)?
thanks!
screenshots of unfamiliar intellij. have tried java browsing perspective , projects , packages views?
Comments
Post a Comment