Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2013: What do the number suffixes in the file tabs mean?

I just upgraded from VS2010 to VS2013 and now once in a while I will see a number in some of my tabs:

Number in Tab

I searched Google, MSDN and here with no avail to an answer.

Any idea what these numbers mean?

like image 792
Vippy Avatar asked Oct 21 '22 07:10

Vippy


1 Answers

The numbers indicate different views of a file. You can open additional views from the main VS menu Window - New Window.

As for why they appear by themselves for .aspx files, it could be a bug in VS. I also heard about this problem from a colleague.

like image 122
Sergey Vlasov Avatar answered Oct 23 '22 02:10

Sergey Vlasov