Here some very essential and useful plugins for Sublime Text Editor.
First, it's necessary to install Package Control.
- AutoFileName : Autocomplete Filenames in Sublime Text.
- EditorConfig : EditorConfig helps developers maintain consistent coding styles between different editors.
- Emmet : Emmet is a plugin for many popular text editors which greatly improves HTML & CSS
- SCSS : Sass support.
- SidebarEnhancements : Provides enhancements to the operations on side bar of files and folders.
- SublimeLinter and HTML, JS, CSS, SCSS Linters : Interactive code linting framework.
- Flatland : The best minimal theme for Sublime Text.
- HTML-CSS-JS Prettify : HTML, CSS, JavaScript and JSON code formatter for Sublime Text 2 and 3 via node.js.
- BracketHighlighter : Bracket and tag highlighter for Sublime Text.
- Markdown Extended : Extends the default markdown styles with additional syntax highlighting for YAML Front Matter, GitHub Flavored Markdown (GFM) and language-specific syntax highlighting inside GFM "fenced" code blocks.