0

enter image description here

Is it possible to expand all the packages at once?

I can't seem to find that option in Eclipse.

It's getting tedious for me to expand all of them every time I start eclipse.

Pragnani
  • 20,075
  • 6
  • 49
  • 74
Tool
  • 12,126
  • 15
  • 70
  • 120
  • 1
    you should tag your question in eclipse instead of android and eclipse adt... – Abhijit Chakra Mar 01 '13 at 08:08
  • possible duplicate of [Is there way to expand all folders in Eclipse project view and search results?](http://stackoverflow.com/questions/3159791/is-there-way-to-expand-all-folders-in-eclipse-project-view-and-search-results) – Michael Edenfield Mar 02 '13 at 18:58

1 Answers1

0

You can change the package representation from flat to hierarchial.

Go to the package explorer, click the drop down menu, the small triangle in the toolbar.

This will give you:

src
- com.landa
           + adapter
           + database
           + datatypes
Fredrik
  • 10,626
  • 6
  • 45
  • 81