有没有办法从 Visual Studio 中清楚地显示当前的 TFS 分支?

发布于 2024-12-02 23:34:35 字数 227 浏览 0 评论 0原文

我们正在转向一个流程,多个开发人员将在几个不同的 TFS 分支中开发解决方案。人们从与他们的意图不同的分支打开解决方案,这已经造成了混乱。 VS 2010中的MRU列表仅显示解决方案名称,而不显示分支名称。解决方案打开后也不清楚,除非人们检查属性或将鼠标悬停在当前选项卡上。

是否有 VS 选项或扩展以某种方式突出显示当前 TFS 分支?或者甚至是基于从文件系统上打开哪些文件夹的解决方案?

We are moving to a process where multiple developers will be working on solutions in a couple of different TFS branches. Already there has been confusion where people open solutions from a branch different to what they intend. The MRU list in VS 2010 only shows the solution name, not branch name. It's also not clear once the solution is open unless people check Properties or mouse over the current tab.

Is there a VS option or extension where the current TFS branch is prominently shown in some way? Or even a solution based on what folders the solution has been opened from on the file system?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

那片花海 2024-12-09 23:34:35

有一个非常简单的 VS 扩展,标题为 自定义 Visual Studio 窗口标题< /em>。安装后,它将在 VS Windows 标题栏中显示解决方案名称以及父文件夹,而不仅仅是解决方案名称。

例如:

TotallyAwesomeSolution 变为 NewFeatureA\TotallyAwesomeSolution

There is a very simple VS extension titled Customize Visual Studio Window Title. Once installed it will show the solution name plus the parent folder in the VS windows title bar instead of just the solution name.

For example:

TotallyAwesomeSolution becomes NewFeatureA\TotallyAwesomeSolution

最美不过初阳 2024-12-09 23:34:35

看到它并不容易。我过去所做的是为每个分支创建一个工作区。然后,在“源代码管理资源管理器”和“待更改”窗口中,您将看到当前选定的工作区以及活动分支。

It is not easy to see it. What I have done in the past is to create a workspace per branch. Then in the Source Control Explorer and the Pending Changes window you see the currently selected workspace and thus the active branch.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文