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.