In the java perspective in eclipse, standing over a method and pressing Ctrl+T opens a type hierarchy menu that shows all the subclasses that override the method.
Is there a way of doing the same thing with the PyDev editor? F4 works only on classes, and doesn't open stuff as a menu but in the hierarchy view instead…
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the java perspective in eclipse, standing over a method and pressing Ctrl+T opens a type hierarchy menu that shows all the subclasses that override the method.
Is there a way of doing the same thing with the PyDev editor? F4 works only on classes, and doesn't open stuff as a menu but in the hierarchy view instead…
Thanks!
Not currently. Please open a feature request for that.
Cheers,
Fabio