Skip to content

Instantly share code, notes, and snippets.

@n8io
Last active September 17, 2015 13:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n8io/7c715fdd136379b15e7a to your computer and use it in GitHub Desktop.
Save n8io/7c715fdd136379b15e7a to your computer and use it in GitHub Desktop.
A compiled list of Sublime Text plugins that make UX development easier.

#Sublime Plugins Assuming you have Package Control installed and you have ran this script

Table of Contents

##Sytax Highlighters ###Stylus Syntax highlighting for stylus CSS preprocessor. (more info)

###Jade Syntax highlighting for jade HTML preprocessor. (more info)

##Color Highlighter A plugin for the Sublime text which underlays selected hexadecimal colorcodes (like "#FFFFFF", "rgb(255,255,255)", "white", etc.) with their real color. (more info) ###User settings:

{
    "ha_style": "outline",
    "highlight_all": true
}

##JSCS-Formatter Sublime Text 3 Plugin to Autoformat with JSCS. (more info)

*** Requires you put a .jscsrc file in your $HOME directory.

###User settings

{
  "format_on_save": true
}

##SublimeLinter A plugin for Sublime Text 3 that provides a framework for linting code. Whatever language you code in, SublimeLinter can help you write cleaner, better, more bug-free code. SublimeLinter has been designed to provide maximum flexibility and usability for users and maximum simplicity for linter authors. (more info)

##Linters ###SublimeLinter-jscs This linter plugin for SublimeLinter provides an interface to jscs. It will be used with files that have the "Javascript", "JavaScript Next", "JavaScript (JSX)" or "JavaScript (Babel)" syntax. Sample config .jscsrc (more info)

SublimeLinter-jscs

###SublimeLinter-jshint SublimeLinter plugin for JavaScript, using jshint. Sample config .jshintrc (more info)

###SublimeLinter-contrib-stylint This linter plugin for SublimeLinter provides an interface to stylint. It will be used with files that have the "stylus" syntax. Sample config .stylintrc (more info)

SublimeLinter-contrib-stylint

##Cobalt2 UI SublimeText support for filetype icons & much more. (more info)

##Colorsublime Make Your Sublime Text More Awesome. Live UI themeing that lets you search and preview more than 100k different user submitted themes in realtime. If you can't find a scheme you like here, you're a pompous ass. (more info)

##SideBarEnhancements Enhancements to Sublime Text sidebar. Files and folders. (more info)

##Modific Highlight lines changed since the last commit (supports Git, SVN, Bazaar, Mercurial and TFS) / ST2(3) plugin. (more info)

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