Do you know any file comparison add-in for visual studio

前端 未结 10 1762
一生所求
一生所求 2021-02-02 12:09

Is there any built-in, add-in solution for visual studio to compare two files and display result with differences? I could\'t find one...

10条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-02 12:23

    Here is an excellent post that describes integration of many 3rd party diff and merge tools into Visual Studio - including araxis, beyond compare, WinMerge and many others. The post is badly needed, since the command-line parameters that VS can supply aren't fully documented.

    Personally, I switched from the built-in tool to Araxis, and am generally happy with it. I am also curious about bazaar, which supposedly (according to the colorful author of its diff-component), "solves the diff problem"... Anyone has any experience with that?

提交回复
热议问题