AAsk
AAsk

Reputation: 1491

Visual Studio Navigation Short Cuts

In the Visual Basic 6.0 IDE, it was possible to navigate to the start of the next (previous) subroutine or function by pressing CTRL + Down Arrow (Up Arrow). This does not work in VS2010.

Upvotes: 1

Views: 257

Answers (1)

anishMarokey
anishMarokey

Reputation: 11397

look on the Visual studio keyboard shortcuts released by Microsoft

http://weblogs.asp.net/scottgu/archive/2010/07/29/visual-studio-2010-keyboard-shortcuts.aspx

Upvotes: 1

Related Questions