A shortcut to jump between partial classes

c#, partial-classes, visual-studio

Solution

Use the drop-down list of class members. Grayed-out members reside in other parts of the partial class. Select the appropriate member that will bring you to the desired class part.

Problem

Is there a shortcut to jump between partial classes for the same class in the VS2012 editor? I know I can use search but I was hoping for a shortcut.

Original source

Related problems