Visual Studio 2015, code review, and custom compare/merge tool, is there a way to make all of this work?
Asked Answered
C

1

8

I have configured Visual Studio 2015, which uses Team Foundation Version Control, to use Beyond Compare 4 as its merge and compare tool.

This, however, makes the code review functionality nonfunctional since code review relies on the built-in compare tool to give it the source-related comments, etc.

Is there a way to configure this so that it:

  1. Uses my custom (Beyond Compare 4) tool for normal compares and merges
  2. Uses the built-in compare functionality when conducting a code review

The dialogs for setting up a custom compare and merge tool doesn't seem to have anything that helps here, and I've looked through the rest of the settings without finding anything.

Collarbone answered 27/5, 2016 at 7:7 Comment(5)
Did you try recommendations from this thread? #4466738Sweeping
Yes, but that is replacing the compare tool altogether, including when I try to use codereview. Basically, if I configure Visual Studio to use Beyond Compare or any other 3rd party tool, and then start a code review I lose the ability to add code comments because when I try to do that, it opens up the 3rd party tool that knows nothing about code reviews.Collarbone
As far as I saw, there is no such option. Try contacting beyond compare's support.Sweeping
try it out with Kdiff3 #25870991Stallings
None of the external tools are able to communicate with Visual Studio about this, only the built-in compare tool can provide comments for code reviews.Collarbone
C
3

I don't think VS 2015 offers such funcionallity. There is no way to separete code review compare utility from standard compare. Moreover it seems that Beyond Compare 4 doesn't support code reviews inside VS. However I found 2 solutions to your problem:

Conic answered 8/6, 2016 at 7:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.