Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Split edit window in Visual Studio

It there any way to show two editing windows in visual studio? I would like to look at two source files at the same time but I must be missing the option to do that.

like image 525
stimms Avatar asked Nov 16 '08 21:11

stimms


People also ask

How do I split a window in Visual Studio?

From the Window menu, select Split.

How do you split vertically in Visual Studio?

In visual Studio 2015 right click tab part where file name is written and select vertical split or horizontal split.


1 Answers

I think what you want to do is to add a new vertical tab group. The keyboard shortcut to do that is

Alt + W, V.

According to this source, it works for Visual Studio 2005, 2008, and 2010. In my experience, it also works for Visual Studio 2013.

like image 97
Amadeus Sánchez Avatar answered Sep 17 '22 13:09

Amadeus Sánchez