如何在 Visual Studio Team Explorer 中自定义 "My Work" 窗格格式

How can I customize "My Work" pane format in Visual Studio Team Explorer

我想完全删除 "Code reviews" 部分以查看更多可用的工作项。 另外,我想更改 "available work items" 部分中记录的格式: 现在它显示为 "ID - title",我想在那里添加更多列(优先级、原始估计等) 这可能吗?

您无法自定义团队资源管理器。

如果您想在团队资源管理器中自定义 "My Work" 页面,您需要使用自己的 VS 插件。使用 TeamExplorerPageIds.MyWork 获取 MyWork 页面。

有关如何使其工作的更多信息,请查看示例项目的以下链接:

https://code.msdn.microsoft.com/windowsdesktop/Extending-Explorer-in-9dccd594

https://binary-stuff.com/list/visual+studio+plugin