I want to do some file comparison in Sublime Text 2
, I have done a bit of research and found out that:
Sublime text has a built-in diff feature but its features are limited
open a folder (Click "File" | "Open Folder..." And choose a folder at a level that contains both files), Sumblime Text 2 will open a new window. Multi-select the two files you want to compare in the sidebar, then right-click and choose "Diff Files...".
see quora.com/Sublime-Text/Can-you-compare-files-code-within-Sublime-Text-2There are 2 good plugins that do the job:
Sublimerge
andFileDiffs
However I could not find a clear explanation of the differences between them. I suspect that rather that one beeing better than an other, one would fit one type of usage more than another, but I may be wrong.
Thanks in advance