i just want to know how the call hierarchy is implemented in eclipse IDE ?am not able to get any good links for that. Help
Asked
Active
Viewed 1,828 times
1 Answers
6
You can start looking, with a Plug-In Spy (Alt+Shift+F1) directly in the right View, the ViewPart
which is involved:
You can see the sources of org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewPart
here