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

后端 未结 10 605

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:28

    Hi another (cheaper) alternative might be the CTRL+M+M to collapse/expand the current method to it's definition, allowing you to quickly navigate to the next. Also CTRL+M+O to collapse all members is useful, with CTRL+M+L to expand all again.

提交回复
热议问题