In VS2013, I want to view the same cshtml file in two windows side by side (i.e. vertically). I know how to make a horizontal split, but that's not what I'm here for.
The usual approach is to duplicate the tabs ( WINDOW, New Window ) for the file, and then create a new vertical tab group.
However, I cannot find a way to duplicate the cshtml tab, as the New Window menu item is disabled for this file type.
It works great for .cs and even .js files. I tried to assign a key combination for Window.NewWindow , but it will not work for cshtml files.
Any suggestions?
source share