-
Notifications
You must be signed in to change notification settings - Fork 75
Description
(Moved from (https://bugs.eclipse.org/bugs/show_bug.cgi?id=583302):)
In a TypeScript file (opened with Generic Text Editor by default) in the context menu on a function declaration, "Open Call Hierarchy" is disabled. Could you please make it work?
(The required information seems to be available: Ctrl+Shift+G "Find References" finds callers; and F3 "Open Declaration" on a caller navigates to the called function.)
I love the call hierarchy (in Java). It's so much simpler than emulating it with consecutive "Find References" where I get lost quickly.
I used a new workspace and a fresh installation of eclipse-jee-2024-03-R-win32-x86_64.zip AKA:
Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components)
Version: 2024-03 (4.31.0)
Build id: 20240307-1437
Thanks!