Is there a shortcut key to switch between split panes in visual studio/management studio?

前端 未结 8 505
礼貌的吻别
礼貌的吻别 2020-12-29 19:51

When I have a file open in visual studio/sql server management studio and have it split in to two panes, I\'d like to be able to switch between the panes without having to r

相关标签:
8条回答
  • 2020-12-29 20:36

    For Visual Studio 2010 (maybe others as well) F6 will work to jump between split panes if Tools -> Options -> Keyboard does not use the Visual C# 2005 keyboard layout additionally (which was the case for me for I-don't-know-why reasons - maybe I said yes to an installer/first-start question a long time ago).

    Of course you will no longer be able to build your project with F6 afterwards. ;-)

    0 讨论(0)
  • 2020-12-29 20:36

    For Visual Studio 2012: Tools -> Options -> Keyboard -> search by Window.Split and add a new shortcut.

    0 讨论(0)
提交回复
热议问题