Skip to content

Instantly share code, notes, and snippets.

@remybach
Created November 16, 2012 14:41
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remybach/4087813 to your computer and use it in GitHub Desktop.
Save remybach/4087813 to your computer and use it in GitHub Desktop.
My Sublime Packages

Just a list of Sublime Packages I generally like to use.

  • AdvancedNewFile

    Create new files by pressing Ctrl/Cmd+alt+n and then typing the location to the file directly (note: won't actually create the file until you hit Ctrl/Cmd+S to save it)

  • Color Highlighter

    Highlights hex code colours when the cursor is positioned on them.

  • emmet-sublime

    The new and improved version of Zen Coding

  • FileDiffs

    Does what it says on the tin

  • Inc-Dec-Value

    Allows you to increment/decrement values like you do in most web inspectors (Ctrl/Cmd+up or +down for example)

  • JsFormat

    Format a js file with proper indentation (and stuff)

  • LiveReload

    So you don't need to refresh your browser window manually (automatically refreshes CSS too). Needs the browser extension.

  • Package Control

    Easy as pie package control (unix/linux style - if you will). Cmd/Ctrl+Shift+P -> 'Install' and away you go!

  • Prefixr

    Fill in all the vendor prefixes in CSS when not using SASS/Compass.

  • SCSS

    Syntax highlighting for SCSS

  • SideBarEnhancements

    More comprehensive right click context menu on items in the file list.

  • SublimeLinter

    Lint your code on the fly.

  • SVN

    For when I absolutely have to work with SVN (blegh).

  • VintageEx

    Enhance Sublime's VIM-like functionality

  • WordCount

    Tells you the number of words in the open document (next to the line/column info on the bottom left status bar.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment