T O P I C R E V I E W |
Karpen |
Posted - Oct 24 2016 : 06:07:52 AM It would be really nice if I could stand on the "override" keyword and press alt-g, and get it to jump to the "first" ancestor override of that method (or the class that defined the base, if no earlier override was done).
Alternatively (even better) get a drop-down with ALL the overrides in the hierarchy (only those that lead to THIS class), sorted with the base last. |
2 L A T E S T R E P L I E S (Newest First) |
Karpen |
Posted - Oct 25 2016 : 7:06:05 PM Oh, I guess that really kind covers my needs. Missed that. Sorry, and thanks! :) |
sean |
Posted - Oct 25 2016 : 3:57:48 PM Goto Related (alt+shift+g) will show all base implementations in a sub-menu labeled 'Base Symbols' when it is executed on the method or class/interface name (sorted with the base last). Derived implementations are shown in a separate sub-menu labeled 'Derived Symbols.' |