Is there an easy way open the parent class code file in visual studio.
I know i can use the inherits and go to defintion to go to the base class in C#. But in vb.net the inherits is hidden in designer code for a lot of files I am working on and I’m looking for a simple way to open the parent class.
Bonus points for whoever gives me a go to parent class function defintion over overloaded functions.
Unfortunately there is no such keyboard short cut, or underlying command that I know of, which will take you to the parent of the current class.
The only keyboard style shortcut I can think of for this scenario is the following
Not exactly what you’re looking for since it changes the current file but it’s the closest I can think of.