How to Find all the subclass implementations of a function?
Answered
Is there a way to find all the implementations of a function including subclass and superclass implementations?
I'm thinking it would return a Find result, but it would "Found implementations" rather than "Found usages". I guess another way would be to show it like the class Type Hierarchy.
It can be really handy to see all the overriding implementations for a given function (either form where it is being used or where it is declared).
Thanks,
d
Please sign in to leave a comment.
Hi David! It seems the "Method Hierarchy" feature should be suitable for this case. Unfortunately, it's not implemented yet: https://youtrack.jetbrains.com/issue/CPP-1663
Wow, that seems like a pretty big gap. There is no other way other than text search? Thx!
Also you can navigate to override functions using the gutter icons:
I'm afraid, there is no other way for now.