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
Any sort of class inheritance info/viewing is unlikely to be available any time soon -- I don't think even Visual Studio has this available. Maybe you could parse the find all references result to check for references of classes that involve inheritance, but that would only work if the base class reference were on the same line as the sub class reference.
VSCode has implemented 'go to implementation' from version 1.35. If I can get the implementation locations of symbol, I think it's ok.
Find All References can be used as a workaround -- i.e. if you use it on a base class virtual method, it should find all the derived classes that override that method.
We don't currently have any plans to add this in the near-term (we have too many higher priority issues), but it's on our backlog.
VSCode has implemented 'go to implementation' from version 1.35. If I can get the implementation locations of symbol, I think it's ok.
Originally posted by @Lennon925 in #3886 (comment)
The text was updated successfully, but these errors were encountered: