Automatically expand all in Eclipse Search results
eclipse, search
Solution
No but you can use the keyboard shortcuts of your OS. On Linux, use Nk* (`*` on the numpad) to expand the current node and all children.
Windows user can use Shift+Nk*
On the Mac, select all nodes with Command+A and then expand them with Command+Right Arrow
Problem
I usually want to have all the search results (from `ctrl-H`) fully expanded, but only the first leaf node is expanded by default. What I end up doing is clicking the "Expand All" button in the Search view but this is tedious. Is there a way to automatically have results fully expanded?