Is there a way to use the Visual Studio 2010-style

2019-02-01 21:07发布

This question already has an answer here:

The Team Explorer / Pending Changes in VS 2012 is horrible.

Is there a way to bring back the VS 2010 Pending Changes window?

Even a good standalone TFS client will do.

3条回答
淡お忘
2楼-- · 2019-02-01 21:56

Create a new external tool (tools -> external tools)

Command: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\tf.exe

Argument: checkin

Initial Directory: $(SolutionDir)

Use Output Window Unticked (dialog doesn't seem to popup if this is on)

查看更多
The star\"
3楼-- · 2019-02-01 22:05

There is a free 3rd party plugin called TeamPilgrim which imitates the old pending changes window from Visual Studio 2010.

enter image description here

It is apparently still in development but is a reasonable solution until Microsoft (hopefully) resolve the UserVoice request.

Download and further details here:

http://visualstudiogallery.msdn.microsoft.com/79e9baa7-ea8b-4335-86ba-ae929bf67222

查看更多
Juvenile、少年°
4楼-- · 2019-02-01 22:08

There is a "pending changes" filter on the Visual Studio 2012 Solution explorer. While I'd rather have a separate window, this is much better than adding a separate command.

http://blogs.msdn.com/b/visualstudioalm/archive/2012/08/14/showing-files-with-pending-changes-or-files-that-are-open-in-visual-studio-2012-solution-explorer.aspx

查看更多
登录 后发表回答