有没有办法在Visual Studio 2012中使用Visual Studio 2010样式的Pending Changes/Team Explorer?
问题描述:
VS 2012中的团队资源管理器"/待更改"是可怕的.
The Team Explorer / Pending Changes in VS 2012 is horrible.
有没有办法带回VS 2010 Pending Changes窗口?
Is there a way to bring back the VS 2010 Pending Changes window?
即使一个好的独立TFS客户端也可以.
Even a good standalone TFS client will do.
答
创建一个新的外部工具(工具->外部工具)
Create a new external tool (tools -> external tools)
命令: C:\ Program Files(x86)\ Microsoft Visual Studio 11.0 \ Common7 \ IDE \ tf.exe
Command: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\tf.exe
参数:签入
初始目录:$(SolutionDir)
Initial Directory: $(SolutionDir)
使用输出窗口未选中(如果启用该对话框,则似乎不会弹出对话框)
Use Output Window Unticked (dialog doesn't seem to popup if this is on)