I have a solution where I'm repeating various class names within three different projects (a WCF service project, a unit testing project and a BL project). Also partial classes have been used to spread these classes across multiple files.
The net result is that I've got 5 different file names that are repeated across three different projects.
The namespaces of these projects make it clear the purpose of each however Visual studio displays only the filename on each tab when you are in tabbed document mode. This can be a little confusing when switching from file to file.
Is my only option here to rename the file to distinguish between my files or is there a way to persuade VS to show me on each tab which project the file belongs to?