- Close Visual Studio 2013 if currently open.
- Use RegEdit and go to
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0_Config\Languages\Language Services\HTMLX] . - Find "Single Code Window Only" entry.
- Change its value from 1 to 0.
- Start Visual Studio.
Now you should be able to open a *.cshtml file, select [New Window] from the [Window] menu to open another editor window of the same *.cshtml file, right-click on the the new editor window's tab and select [New Vertical Tab Group] to create side-by-side editor view of the same file. Changes you make on one editor window will instantly appear on the other editor window of the same file.
No comments:
Post a Comment