Skip to content

Instantly share code, notes, and snippets.

@rtablada
Created February 11, 2014 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtablada/8941013 to your computer and use it in GitHub Desktop.
Save rtablada/8941013 to your computer and use it in GitHub Desktop.
Sublime 2 Plugins For My Day To Day Workflow

Color

  • Dayle Rees Colour Schemes (Riding the development repo) - Keen

Must Haves

  • Advanced New File
  • Alignment
  • ChangeQuotes
  • ColorPick - MacOSX color picker
  • DashDoc - Checks the API in Dash for OSX
  • DocBlokr
  • Git - Seriously AWESOME interactive Git
  • GitGutter - See your file diff in while working on a file
  • Package Control - Inception
  • SidebarEnhancements
  • SublimeLinter

Cool Utilities

  • CoffeeCompile - For debugging small snippets
  • CSS Format - Tabs vs Spaces... Really...
  • HTML-CSS-JS Prettify - Used mostly for checking output HTML for errors
  • Markdown Preview - Quick compile MD to HTML
  • PlainTasks - ToDo lists
  • Pretty JSON - When I can't open things with Chrome's JSON extension
  • SubliminalCollaborator - IRC based pairing
  • View in Browser

When I can't use CLI

  • Minifier - When grunt isn't an option
  • Nettuts+ Fetch - When bower just isn't an option
  • PHPUnit - Run tests in ST
  • Prefixer - When Compass isn't an option

Snippets

  • Comment Snippets - Comment blocks for woking on Laravel and OSS stuff
  • Backbone.js - Tab completions
  • PHPUnit Completions - Cause some of the syntax for PHPUnit is weird

Syntax

  • CoffeeScript
  • eco
  • Emmet
  • Handlebars
  • HTTP Requester
  • Jade - For the moments I feel node
  • Laravel Blade Highlighter
  • LESS
  • Puppet - More syntax
  • Sass
  • SCSS
  • Syntax Highlighting for Sass

Can't Remember When I Used It Last

  • Composer - Quick updates on projects where I don't have CLI up
  • PyV8 - Used by emmet
  • Smartisan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment