The type hierarchy popup (Ctrl-T) now sometimes takes five (5!) seconds to ‘pop’ up. Need I say more…
Is it possible for it to be set to only show a maximum number of items, or something. Breadth-first preferably. Or some other way to solve the problem? Thanks.
Add more memory to your machine or configure more memory in your eclipse.ini settings. Eclipse builds a so called Java model to be able to answer your search requests, and that is typically quite fast, even for very large projects. So chances are high that in your case this is limited by the memory available to the JVM running Eclipse.