Comparing the contents of two files in Sublime Text

前端 未结 10 1950
被撕碎了的回忆
被撕碎了的回忆 2021-01-29 17:27

I have two cloned repositories of two very similar open-source projects, which I have been working on in different instances in Sublime Text 2 to arrive at my desired result. Co

10条回答
  •  终归单人心
    2021-01-29 18:00

    There's a BeyondCompare plugin as well. It opens the 2 files in a BeyondCompare window. Pretty convenient to open files from the sublime window.

    You will need BC3 installation present in the system. After installing the plugin, you will have to provide the path to the installation.

    Example:

    {
        //Define a custom path to beyond compare
        "beyond_compare_path": "G:/Softwares/Beyond Compare 3/BCompare.exe"
    }
    

提交回复
热议问题