Visual Studio: Switch Between Split Panes
Split Panes in Visual Studio allow you to divide the code editor window into multiple sections, each displaying a different part of your code or even entirely different files. This feature comes in handy when you want to compare code, reference different parts of your project, or even copy/paste between files effortlessly.
To split a file, just drag from top:
Hot Key
It took me a while to find the hot key to switch between split panes. And here it is for you - Window.NextSplitPane
.
To contact me, send an email anytime or leave a comment below.