Felipe Augusto
Felipe Augusto

Reputation: 8184

How to change the order of files when opening on VisualStudio?

The default is to open the file always on the left of the files already opened.

I would like to change the order when I open them the at the first time, to put the last opened files at the end.

Here is an example of the order when opening:

enter image description here

Upvotes: 1

Views: 272

Answers (1)

Hatsumi
Hatsumi

Reputation: 2228

You can go to Tools > Options > Environment > Tabs and Windows and check the first checkbox "Insert new tabs to the right of existing tabs"

The version of my VS is 2015.

enter image description here

When this option is checked the new tabs will open on the right

enter image description here

enter image description here

Upvotes: 1

Related Questions