Navigate to a virtual member from the member that overrides it
- by axrwkr
Using visual studio, in the editor window, I am able to navigate from the usage of a member to the line and file where it is declared by pressing F12 while the cursor is over that member by or right clicking on the member and selecting "Go To Definition".
I would like to find a way to navigate from an override member to the base class member that…