/sublime

A collection of some of the best Sublime Text packages, themes, and goodies.

Sublime

A collection of some of the best Sublime Text packages, themes, tutorials, articles and goodies.

Getting Started

Language-Specific

HTML/CSS

Essentials

HTML Preprocessors/Templating

CSS Preprocessors

CSS Frameworks

Prettification

Workflow

  • Grunt - Grunt task runner in Sublime Text
  • Gulp Gulp task runner in Sublime Text
  • Bower install bower packages from Sublime Text

Compatibility

Other

  • Emmet - an essential toolkit of web developers working with HTML/CSS
  • AutoFileName - Autocomplete Filenames in Sublime Text
  • DocBlockr - Simplifies writing DocBlock comments

Javascript

Essentials

Preprocessors

Frameworks

GUI

Other

  • Pretty JSON - prettifies JSON
  • Scopes - get over 165 language scopes for theme making, auto-complete etc.

PHP

  • coming soon

Ruby

  • coming soon

Python

  • FoldPython - intelligent folding and code navigation

Java

Linters

SublimeLinter

For a more full list of SublimeLinters, check out this.

Other Linters

Version Control

  • Git - awesome git integration into Sublime Text
  • GitGutter - see git diffs in gutter
  • Github Tools - tools to work with Github in Sublime Text
  • SVN - plugin for Subversion

Writing and publishing

  • Asciidoctor - syntax highlighting, snippets and other goodies for AsciiDoc editing
  • MarkdownEditing - powerful Markdown package with better syntax understanding and good color schemes
  • KeyboardSpellCheck - fast spell checking sans mouse

UI Upgrades

Themes

Color Schemes

Color Scheme Related Links

  • tmTheme Editor - allows you to make your own Sublime color schemes
  • ColorSublime - a website featuring a wide variety of Sublime color schemes
  • Schemr - a package that allows you to switch between color schemes faster
  • Sublimescheme - a python package to quickly create a colour scheme with as little as six lines of code.
  • Sublimetheme - a Ruby package to quickly create a colour scheme with as little as six lines of code.

Other

For Plugins Developers

  • SublimeDSL - simple pythonic DSL for generating Sublime Text configs

Learning Resources

Books

Video Tutorials

Other

  • TodoReview - plugin for reviewing todo (and other) comments within your code
  • Alignment - A simple key-binding for aligning multi-line and multiple selections
  • GhostText - Allows live editing of Chrome/Firefox text area or JS Code editor content with Sublime Text 3 using WebSockets
  • AdvancedNewFile - Advanced file creation. E.g. allows to specify file path right when creating a new file
  • FileDiffs - Show file diffs
  • TrailingSpaces - Highlight trailing spaces/tabs and delete them
  • SublimeCodeIntel - Full-featured code intelligence and smart autocomplete engine
  • AllAutocomplete - Extend autocompletion to find matches in all open files of the current window
  • SelectUntil - expand or move all selections to a regex match

Contributing

I'll make sure to answer to all issues issued and all pull requests pulled. Typos, suggestions, broken links, grammar errors, whatever. Go right ahead.

Huge thanks to the Sublime team at Sublime Text for producing such a wonderful editor, and thanks to @wbond for creating Package Control.