作者:起飞吧和谐号况 | 来源:互联网 | 2023-06-11 17:11
IsthereawaytostopthepathshowinginasourcecodetabinVisualStudio2008?有没有办法停止在VisualS
Is there a way to stop the path showing in a source code tab in Visual Studio 2008?
有没有办法停止在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:
目前在开发ASP.NET站点时,我从根目录中获取路径加上文件名 - 当它变得太长时会被截断。所以类似于:
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.
我更喜欢只看到文件名(即只是MyPage.aspx),允许一次显示更多选项卡,并且更容易查看我打开的文件而不使用下拉列表或Crtl-Tab显示完整组。
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.
在VS2005中,我只获取文件名 - 无论多长时间都没有路径。奇怪的是在VS2003中我得到了路径和文件名。我已经搜索了选项,但找不到允许我更改选项卡中显示内容的设置。搜索表明其他人有类似的问题(虽然它出现的版本似乎有所不同),但没有人可以确定一个更改显示内容的选项。
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)?
任何人都可以指出我正确的方向摆脱选项卡中的路径(或确认它不能更改,以节省我浪费更多的时间搜索)?
3 个解决方案