Search code examples
visual-studio-2017hotkeysediting

Is there a command/hotkey to switch subpanes of a vertically split editor window in Visual Studio 2017?


Having split an editor window horizontally, I want to be able to switch back and forth between the 2 subpanes without using hotkeys. I haven't found which (if any) command would do this. If there is, I'll just use the predefined hotkey (if there is one).

I gather that VSCode already has predfined keys to switch between the subpanes of a window after splitting it, but can't find an equivalent in VS2017.


Solution

  • The answer is the command Windows.NextSplitPane; by default this is globally assigned as F6.