Reputation: 10151
I only know that by using quick hierarchy view (ctrl + T) I can then write class name *MyClass
and find it. But I can't find how to do that in type hierarchy view, is it possible?
Eclipse version: Indigo service release 2.
Upvotes: 2
Views: 1154
Reputation: 355
I think what you are looking for is that:
This will pop you up a window, in which you can write down the name of the class you want and it will then open the Hierarchy view with it.
Upvotes: 1
Reputation: 8911
Just click in Type hierarchy view
(comes when pressed F4) and then start typing. It is working fine for me.
However wildcard searches doesn't seem to be possible.
Upvotes: 0