Reputation: 772
When I'm opening an individual file in Visual Studio 2010 the file path is displayed in the tab. The name is abbreviated with ellipses. This makes the text of the tab very long and very hard to read. I would like to see just the name of the file.
For VS 2008 there seems to be no way around this except by spending money for a add-on. (Clean up file names in Visual Studio's tabbed document interface?)
I wonder if this has improved in VS 2010 and if there is now an option to remove the path from the tab name without installing an add-on?
Upvotes: 3
Views: 1501
Reputation: 113
Productivity Power Tools take care of this. You can hover on the tab to get the full path:
Upvotes: 0
Reputation: 2178
The truncating behavior still occurs. Unfortunately, I'm not aware of a setting that controls the text on the tabs. It appears the method of truncating has been changed since VS2008, but I don't think it completely resolves your issue.
Upvotes: 2