Community
Participate
Working Groups
F4 (Open TypeHierarchy) should work on any JvmTypeReferences by default. We should also make it easy to have this action on declarations which are mapped to Java types. Opening the Type Hierarchy from the definition of an Xtend class (i.e. from its name) should be possible.
Also JDT's quick type hierarchy (CTRL + T) should be available in Xtend.
I will try to take care of this bug.
org.eclipse.jdt.internal.ui.util.OpenTypeHierarchyUtil is internal. Is that a problem? Exept the quick type hierachy I have a prototype. Should we introduce a fragment for that?
No, it's not a problem.
What about extension methods? Should we open up the extension class or the class that the extension is called for? Out of the box the extension class would the element to show the hierachy for.
That's ok.
pushed first version to master. I'll try to figure out how to test that. I do not think that we have to test the JDT stuff. So I will only test the handlers.
pushed missing tests to master.
Closing all bugs that were set to RESOLVED before Neon.0