What is it?
According to its webpage:
A full-featured package manager that helps discovering, installing, updating and removing packages for Sublime Text 2. It features an automatic upgrader and supports GitHub, BitBucket and a full channel/repository system.
What's it mean? It's a Sublime Text package that makes it super-easy & convenient to install & manage all your other Sublime Text packages. Because of the ease of use it offers, Package Control really should be the first Sublime Text package you install.
Install the Package Control package
Follow these steps:
- Go to http://wbond.net/sublime_packages/package_control/installation & copy the long command there.
- Open the Sublime Text 2 console by pressing Ctrl+`.
- Paste the command you copied into the Sublime Text console.
- Press Enter.
- After Package Control installs, restart Sublime Text.
Usage
Follow these steps:
- Press Command-Shift-P (Mac OS X) or Ctrl-Shift-P (Windows) to open the Command Palette.
- Start typing
Package Control
until you see the appropriate commands.
Some of the possible commands are:
- Disable Package
Temporarily turn off a package (if you think it's causing problems, for instance) - Discover Packages
List all available packages in your web browser - Enable Package
If you disabled a package & now want to re-enable it - Install Package
List all available packages, allowing you to narrow down results by typing; clicking on the package will install it - List Packages
Show all installed packages, even those manually installed - Remove Package
- Upgrade Package
Upgrade a specific package - Upgrade/Overwrite All Packages
Run this periodically to upgrade all your installed packages - Package Control Settings – Default
- Package Control Settings – User
On other pages, I'll talk about some of the other packages you should install.