Saturday, September 6, 2014

Setup Sublime 3 for Web Development

# Download & Install Sublime 3
http://www.sublimetext.com/3

# Install Package Control 
# Copy to clipboard the installation script from https://sublime.wbond.net/installation

# Open Sublime 3 and open console
CTRL + ` (or View->Show Console)

# Paste the Package Control script into the console and press Enter

# Install Packages
# Open Sublime's Command Palette
CTRL + SHIFT + p (or Tools->Command Palette)

#  Select Install Package
Package Control : Install Package

# Must Haves
 SublimeCodeIntel
 SublimeLinter

# For Web Dev
 SublimeLinter-jshint SublimeLinter-json
 SublimeLinter-csslint
 SideBarEnhancements
 VCS Gutter

# For PHP
 SublimeLinter-php
 phpdoc
 phpcs
 XDebug Client

# Non-free
SFTP

No comments: