Is there a keyboard shortcut to move the cursor between methods in Visual Studio 2010?

后端 未结 10 644

Is there any keyboard shortcut to move the cursor between methods in Visual Studio? Is there any plugins that can do the same job?

All the time when I program, I wan

10条回答
  •  误落风尘
    2020-12-09 02:26

    In Visual Studio 2013 with the commercial Visual Assist expansion you can use ALT+M to open a list with all methods in the current file. Select one, hit ENTER and the cursor will jump to it.

提交回复
热议问题