views:

32

answers:

4

My website has several nested folders and sometimes long file names, so sometimes only 4 tabs can be opened at a time.

  1. Can vs2010 be made to show only file names and leave out any path information?

  2. Can the max displayed length for tabs be set?

I know the window can be split so top and bottom both have their own tabs.

A: 

In VS2010, go to Tools - Extension Manager. Go to the online gallery and search for this extension:

Visual Studio 2010 Pro Power Tools

This extension, once installed, gives you extensive control over the document well, including setting a max tab width and much more. I love this extension, and have had zero issues customizing tab behavior to suit my preferences. Hope this helps.

pelazem
A: 

Try installing the "Visual Studio 2010 Pro Power Tools" extension from the Extension Manager in VS. It adds a new section to the standard option dialogue that allows you to customise what they call the "Document Tab Well."

It doesn't let you truncate the filename, but you can change the way they draw and scroll, which might be enough to help.

Dan Puzey
A: 

I have been using this excellent extension for VS2010 that solve your problems: Visual Studio 2010 Pro Power Tools.

It is a bundle of several extensions, but the most notable for you is the Document Well 2010 Plus. It allows you to configure the document tabs: to be the constant width, colour-coded by project, pinned, etc...

You can toggle the extensions that you do not want by editing the manifest file in:
~\Local Settings\Application Data\Microsoft\VisualStudio\10.0\Extensions\Microsoft\Visual Studio 2010 Pro Power Tools\

Dennis Roche
good to see that we all thinking the same.
Dennis Roche
A: 

It does allow more tabs at a time, but it severly shortens the amount of file name you see. So while it allows editing more files, you won't know what file you are editing.

For now I'm using the trial version of Tab Studio

MrFox