visual studio - What is the fastest way to jump to a constructor(s) in a class? -


IA ???? Using Visual Studio 2010, with Resharper. Many classes in my project are very big and I wonder if there is a shortcut to jump between the constructor (s) of my class.

You can use reshers goto file members which are called Alt + \
- The castor is always at the top of the list, so all you need is Alt + \ and Enter to go to the creator of the current class.

Comments