有没有办法从 Visual Studio 中清楚地显示当前的 TFS 分支?
我们正在转向一个流程,多个开发人员将在几个不同的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个非常简单的 VS 扩展,标题为 自定义 Visual Studio 窗口标题< /em>。安装后,它将在 VS Windows 标题栏中显示解决方案名称以及父文件夹,而不仅仅是解决方案名称。
例如:
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:
看到它并不容易。我过去所做的是为每个分支创建一个工作区。然后,在“源代码管理资源管理器”和“待更改”窗口中,您将看到当前选定的工作区以及活动分支。
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.