Skip to content

Instantly share code, notes, and snippets.

@uicoded
Created August 20, 2013 03:16
Show Gist options
  • Save uicoded/6276743 to your computer and use it in GitHub Desktop.
Save uicoded/6276743 to your computer and use it in GitHub Desktop.
Sublime Packages

h1: Sublime Text 2 – Packages

Package Manager
wbond.net

Emmet
ex Zen Coding

   
		HTML:  ul>li*4>a[href="#"]{LINK}
		CSS:   b10 (tab) ->  border: 10px;

Auto prefixes:
-box (tab) Does not work

Lorem20

AutoPrefixer

  • Autocomple CSS with Can I Use db
    Ctrl+X

h3. Prefixr

Ctrl+Command+X

h3. Fetch
Get the latest version of file (from github e.g.) without leaving Sublime
Fetch: Manage (config file)
Fetch: File
Fetch: Package

h3. AdvancedNewFile

Win: Ctrl+Alt+N Mac: Command+Alt+N (Super+Option+N)

SidebarEnhancement

sidebar file right click menu with more options (Mac Only)

h3. Gist
setup seperate GitHub account
token:
gistboxapp.com

h3. DocBlockr
autocommenting /** (tab)
// @return Bool
public function isRuning()
- autodetection: parameters, types, return values

h3. HTTPRequestor
Get Response from server in new tab

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