I would like to have a certain folder in the Project Explorer expand automatically upon opening the project (or starting Eclipse with the project already open).
When working on multiple projects, you find yourself closing and opening projects a lot, and closing all relevant editors (Ctrl
+ Shift
+ w
), so the editor link as commented by Torsten is not the solution I am looking for.
Pressing asterisc (*
) expands all folders. However, I would like this (1) to happen automatically, and more importantly (2) only expand a certain (sub)folder.
Is this possible?
Try
Shift+numpad_multiply
for exapanding every file under a package/folder andCtrl+Shift+numpad_divide
for collapsing a project. I think this works better on Navigator for a big project because when I tried it in my project explorer, I ended up crashing eclipse.