Sunday, November 27, 2005

Method Navigation Key in VStudio

In Visual Studio, You can place your cursor on a method or property call and hit F12 to go to the method/property definition.

Similarly, when you are in the method/property definition, you can place your cursor on the method/property name, hit Shift+F12 to goto the method/property reference. Then you can use Ctrl+Shift+1 to move to the next reference or Ctrl+Shift+2 to move to the previous reference.

Labels:

0 Comments:

Post a Comment

<< Home