Sublime Text has a robust plugin system called packages. These can be downloaded from PackageControl.io and added manually, or by using the built in package control tools. Let's add an FTP manager called SFTP, and a quick code snippet tool called Emmet to ST.
Cmd + Shift + P
to openEsc
to closeCmd + Shift + P
install
Install Package Control
or skip next stepCmd + Shift + P
install
Package Control: Install Package
emmet
Emmet
or skip to next stepFor more information on using Emmet, check out the Emmet Cheat Sheet. This document contains numerous examples for how to use the Emmet plugin in your text editor of choice. Make sure you read up on CSS Selectors for a better understanding of how to use Emmet effectively for creating HTML.
Cmd + Shift + P
install
Package Control: Install Package
sftp
SFTP
or skip to next stepSFTP
> Map to Remote
"type"
should be either sftp or ftp (If you've made a unique ftp account, it will be ftp, otherwise it might be sftp)"host"
should be your website url, eg: awebsiteurl.com
"user"
should be your ftp username"password"
should be your ftp password"remote_path"
should be "/"
unless you know better"upload_on_save" : true