Skip to content

Instantly share code, notes, and snippets.

@joseluisq
Last active August 29, 2015 14:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save joseluisq/298f4cf24b9f728db44b to your computer and use it in GitHub Desktop.
Save joseluisq/298f4cf24b9f728db44b to your computer and use it in GitHub Desktop.
Sublime Text Essential Plugins

Sublime Text Essential Plugins

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.
  • Predawn : Predawn is a dark interface and syntax 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment