How to open new doc tab labels on the right side in Visual Studio?

后端 未结 4 1122
别那么骄傲
别那么骄傲 2020-12-24 00:11

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?

相关标签:
4条回答
  • 2020-12-24 00:32

    To instruct Visual Studio that you want new tabs opened to the right of existing tabs:

    1. Click on the "Tools" menu, and select "Options".
    2. Under the "Environment" heading in the listbox on the left, click on the "Documents" tab.
    3. Check the box labeled "Insert documents to the right of existing tabs".

      Visual Studio document tab options

    0 讨论(0)
  • 2020-12-24 00:33

    In Visual Studio 2015, this option has been moved to Options --> Environment --> Tabs and Windows.

    0 讨论(0)
  • 2020-12-24 00:39

    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"

    0 讨论(0)
  • 2020-12-24 00:48

    For Visual Studio 2012 and later, this setting has moved to the "Tabs and Windows" section.

    Updated directions are:

    1. Click on the "Tools" menu, and select "Options".
    2. Under the "Environment" heading in the listbox on the left, click on the "Tabs and Windows" item.
    3. 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.
    0 讨论(0)
提交回复
热议问题