Is there any was to view packages as a tree? For example currently the following packages are all listed separately:
com.gower.dao.account
com.gower.dao.state
com.gower.dao.list
If I create 50 sub packages to “dao”, I don’t want each of these listed all the time. I should be able to hide these by collapsing the “dao” node.
I’ve mainly used the BEA Workship ide and it displays packages as a tree which seems like the most obvious way to handle this. If you have a project with several hundred packages, it will be hard to manage if they are all listed separately.