How to open new doc tab labels on the right side in Visual Studio?
When开发者_运维技巧 I open a new doc, its tab label appears on the left side of the bar. How can I make it appear on the right?
For Visual Studio 2012 and later, this setting has moved to the "Tabs and Windows" section.
Updated directions are:
- Click on the "Tools" menu, and select "Options".
- Under the "Environment" heading in the listbox on the left, click on the "Tabs and Windows" item.
- Check the box labelled "Insert new tabs to the right of existing tabs". This should be the first checkbox in the panel, in the "Tab Well" section.
To instruct Visual Studio that you want new tabs opened to the right of existing tabs:
- Click on the "Tools" menu, and select "Options".
- Under the "Environment" heading in the listbox on the left, click on the "Documents" tab.
- Check the box labeled "Insert documents to the right of existing tabs".
In Visual Studio 2015, this option has been moved to Options --> Environment --> Tabs and Windows.
In Visual Studio 2019, this option is still under Tools->Options->Environments->Tabs and Windows
, but it has been moved down. It is now placed under Group tabs by project/path
:
In Visual Studio 2017 is the same like in Visual Studio 2015. Tools->Options->Environments->Tabs and Windows You mus check "Insert new tabs to the right of existing tabs"
精彩评论