Robert H
Robert H

Reputation: 11730

How can I make eclipse look like IDEA for its package listings?

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

Upvotes: 1

Views: 228

Answers (2)

GaryF
GaryF

Reputation: 24370

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

Upvotes: 1

Khinsu
Khinsu

Reputation: 1487

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

Upvotes: 5

Related Questions