Emmet vs sublimious
When comparing Emmet vs sublimious, the Slant community recommends Emmet for most people. In the question“What are the best plugins for Sublime Text?” Emmet is ranked 3rd while sublimious is ranked 30th. 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 Pre-configured with layers
Whenever you need to work on a new language that you don't have plugins for yet, you can choose to check if sublimious has a layer for that language. If it does, all you need to do is activate it and sublimious will automatically download all plugins you need for that language, add keybindings for efficient usage and set the optimal settings for these plugins.
Pro VIM centric
This plugin is perfect for VIM fanatics. It tries to add VIM keybindings to everything, even to where you didn't know it was possible like the sublime text overlay or the sidebar
Pro Ergonomic shortcuts
sublimious adds shortcuts that actually make sense. "p f" for example searches files in the current project. "g s" executes "git status" and so on, you get the idea. It even comes with a helper that shows you what shortcuts are available.
Cons
Con Requires pyv8
Emmet is a Javascript addon, and it requires pyv8 (python-javascript bridge) to run.