vote up 1 vote down star
2

Is there a way to stop the path showing in a source code tab in Visual Studio 2008?

Currently when developing an ASP.NET site, I get the path from the root plus the filename - truncated when it gets too long. So something like:

MyDir/MyPage.aspx

for a short path and filename, or:

MyDir/MyLong...yPage.aspx

for a longer path and filename.

I'd prefer to see just the filename (ie just MyPage.aspx), allowing more tabs to show at once and making it easier to see which files I have open without using the drop-down list or Crtl-Tab to show the full set.

In VS2005, I just get the filename - no path however long it is. Oddly in VS2003 I get the path and filename. I've scoured the options and I can't find a setting that lets me change what appears in the tabs. Searching suggests that other people have similar issues (although which version it occurs in appears to differ) but no-one could identify an option to change what appears.

Can anyone point me in the right direction to get rid of the paths in the tabs (or confirm that it can't be changed to save me wasting more time searching)?

flag

5 Answers

vote up 0 vote down check

Tabs Studio add-in can remove path from tab in Visual Studio 2008.

See Removing path from tab name blog post for the example screenshots.

link|flag
Such a small addon and even commercial.... – majkinetor May 8 at 10:10
@Sergey: I'm giving Tabs Studio a go, so thanks for the suggestion. With the ability to stack the tabs in multiple rows and group files with the same folder/filename into a single tab, removing the path isn't such an issue. – Simon Forrest Dec 7 at 11:21
vote up 0 vote down

In my copy of VS 2008 I just get the filename, not the path. I wonder whether it's a "web site" vs "web application" thing. Which one are you working in? Can you create a project of the other type and see if it still happens? (I'm working in a web application where I get filename-only.)

link|flag
It's a web site project. Moving to a web application just to get rid of the file paths isn't an option. Currently it looks like I'm stuck with the file paths - but still looking... – Simon Forrest Oct 10 '08 at 1:51
I have no idea why Microsoft have decided to code the tool like this, but yes, it's because it's a Web Site. Probably because Web Sites don't have project files, or some such stupid reason. =) – J. Steen May 8 at 10:11
vote up -1 vote down

Have the same question, will remove full path. Is anyone can help with this ?

link|flag
vote up -1 vote down

Me too, any it's really anoying.

link|flag
vote up 0 vote down

look like MS not allow do it using standard method, I'm know ReSharper allow this, but install big plugin for this is bad idea, think have sense found small plugin which allow show hide full path sure this should be existing ...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.