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

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

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -