Description
Feature Request
It is possible in eclipse to invoke call hierarchy on structure member thus producing following call tree where this member is used:
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:
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