Skip to content

Instantly share code, notes, and snippets.

@mattbucci
Created August 21, 2014 22:30
Show Gist options
  • Save mattbucci/697ace57015c8e2ea8a0 to your computer and use it in GitHub Desktop.
Save mattbucci/697ace57015c8e2ea8a0 to your computer and use it in GitHub Desktop.
Sublime Text 3, Web Developer Config

QuickStart Guide For Sublime Text 3

Setup

Install Package Manager https://sublime.wbond.net/installation

Install packages with shift+cmd+p -> package manager: install packages

Recommended Packages
  • Emmet: for quick HTML generation
  • CSS Comb: for sorting css properties
  • SCSS: Duh, SCSS syntax
  • SFTP: $20, but totally worth it, recommend creating projects in dropbox so the config is always in sync
  • Markdown Editor: Gotta Love Markdown
  • Angular: The Module Generators make it sooo worth while
  • Sidebar Enhancements: Do more with the sidebar
  • Sidebar Git: Git integration
SFTP

edit sftp-config.json, change save_before_upload:true

Reference

  • cmd+shift+p, do pretty much everything
  • cmd+p, switch to another file quickly
Emmet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment