You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a really critical development feature for a lot of people, and for me is probably the major reason that I can't use VS Code as my sole IDE. Any progress towards implementing it would really help consolidate peoples' development toolset.
Actually the call hierarchy view mentioned in VS Code v1.33 is just a preview, it's proposed api, not exposed to third-party extension yet. Currently VS Code team is trying to make the call hierarchy api stable, and it's in their October iteration plan. Once VS Code client is officially ready for this feature, we would like to support it in the first place. Please stay tuned.
For now Peek/Find All References will do some help, but it only worked for project files, not for dependency library. Is there any possibilities to enhance it with library files before the true call hierarchy feature?
Currently it is only possible to get the references of a function. I would like to see the call hierarchy of a method etc.
The text was updated successfully, but these errors were encountered: