Skip to content

Call hierarchy for structure member variable should show function names that reference it #11765

Open
@sokurenko

Description

@sokurenko

Feature Request

It is possible in eclipse to invoke call hierarchy on structure member thus producing following call tree where this member is used:
Screenshot 2023-12-08 at 13 41 17

With vscode however it is not possible as call hierarchy does not work for struct members and only find all references work which is great but not easy to work with because you don't have view of function names where it is used, so it's harder to really understand the code when you don't see self descriptive function names and all the locations where it is used without clicking manually:
Screenshot 2023-12-08 at 14 41 47

Please improve call hierarchy for struct members to do the same as find all references does but also show function name where it is called similar to eclipse. Additionally would be nice to have call tree and to show many matches.

There was a similar request:
#11037

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions