1

I've been using IntelliJ IDEA for some time, and recently I've been using Eclipse Kepler for my Java needs. One thing is driving me crazy though and I'm hoping there is a quick fix:

How can I make eclipse look like IDEA for its package listings? I find the flat display a giant distraction and need to get it looking better.

Compare this in IDEA:

enter image description here

to this in eclipse:

enter image description here

Robert H
  • 11,520
  • 18
  • 68
  • 110

2 Answers2

5

Package Explorer / View Menu (Ctrl-F10) / Package Presentation... / Hierarchical

Khinsu
  • 1,487
  • 11
  • 27
1

There should be the standard view settings triangle somewhere in the package manager. Click it and go to "Package Presentation", and select "Hierarchical".

GaryF
  • 23,950
  • 10
  • 60
  • 73