Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Eclipse, in the Call Hierarchy, way to expand all?

Tags:

eclipse

I'm individually clicking through each caller's caller. Would prefer to just "expand all" and bottom out.

Is this possible?

like image 218
Aaron Fi Avatar asked Sep 21 '10 23:09

Aaron Fi


2 Answers

There is no button for that, but you can get very similar result by selecting the root (called method), then use the keyboard shortcut for expanding a tree: SHIFT+RIGHT_ARROW. Repeat several times, staying on the root, and all callers of the next level are shown.

It is a standard shortcut in Gnome applications (I'm on Ubuntu), so I don't know it this will work on other operating systems.

like image 118
Nicolas Avatar answered Sep 24 '22 22:09

Nicolas


I am using Luna eclipse in windows 7.

Once the Call hierarchy is done, then go to Call hierarchy window press home button then press key * (asterisk) until expanding all.

This is faster than pressing combination right and down arrow key.

like image 3
PARTHA SARATHI Ravi Avatar answered Sep 24 '22 22:09

PARTHA SARATHI Ravi