Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save juanlopezdev/de1242346121acf4c894 to your computer and use it in GitHub Desktop.
Save juanlopezdev/de1242346121acf4c894 to your computer and use it in GitHub Desktop.
Plugins esenciales

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.
  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment