See the overwriten methods
Is there a way to see all overwriten methods of a class being extended from an other?
If i activate "show inherited" in the structure window, i can see all methods, if i deactivate it, i see current elements,...
BUT sometimes it would be also cool to see if i planed the application false and i don't need to extend from Class Foo because i don't use there methods /constants/members
请先登录再写评论。
Hello ragga ragtek,
I am not aware about such feature and not sure that it is implemented. However you can try to use 'Type Hierarchy' feature for such purposes.
Put cursor on method in base class and invoke 'Method Hierachy' action ('Ctrl' + 'Alt' + 'H' on Windows\Linux or 'Cmd + 'Option' + 'H' on Mac):
Thank you for feedback!