Emmet vs Sublimerge
When comparing Emmet vs Sublimerge, the Slant community recommends Emmet for most people. In the question“What are the best plugins for Sublime Text?” Emmet is ranked 3rd while Sublimerge is ranked 26th. The most important reason people chose Emmet is:
Emmet does not only work with HTML, but also CSS.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Makes writing CSS really fast
Emmet does not only work with HTML, but also CSS.
Pro Makes writing HTML really fast
Either watch the video below or read this article to see all the things you can do with Emmet. the video link is absent
Pro Three-way diff allows easy merging of files
Pro sublimerge
i recommend Sublimerge
Pro Highlights intraline changes
Pro Built-in support for Git, Subversion and Mercurial commands
Sublimerge automatically integrates with your version control history, and lets you compare between revisions, branches, remotes, and the staging area.
Pro Can compare to clipboard contents
Cons
Con Requires pyv8
Emmet is a Javascript addon, and it requires pyv8 (python-javascript bridge) to run.
Con Bad tech support
Con It's NOT Open Source
You can't fix or, implement nothing. And when the developer abandons the project you will be left in the lurch.
Con It's not free
Nither as free price nor as free in freedom.
Con Cannot compare text within the same file
Sublimerge can only compare entire file diffs, but not two selections within a file. Comparing within files can be useful for example, by refactoring two similar functions to use a shared function. With Sublimerge, you need to copy the sections into two new temporary tabs and compare between the two. This can be cumbersome, as if you have another untitled file, you won't be able to know which one is which.