#Sublime Text packages
Mostly installed via the SublimeTect package manager (which is the very first package to install)
##package_control
Easily install and manage Sublime Text packages
http://wbond.net/sublime_packages/package_control
##SublimeLinter
Provide linting for various languages
https://github.com/SublimeLinter/SublimeLinter
##js-console-sublime-snippets
Javascript console snippets and code completion
https://github.com/caiogondim/js-console-sublime-snippets
##emmet-sublime
Support for emmet (zencoding) http://emmet.io/
https://github.com/sergeche/emmet-sublime
##GitGutter
Annotote your gutter with git status of changes.
https://github.com/jisaacks/GitGutter
Create and recall Github gists. Useful for managing an online repository of snippets.
https://github.com/condemil/Gist
##ToggleQuotes
Quickly toggle single and double quoted strings
https://github.com/spadgos/sublime-ToggleQuotes
##Nettuts-Fetch
Fetch online resources quickly to include in your projects.
- http://net.tutsplus.com/articles/news/introducing-nettuts-fetch/
- https://github.com/weslly/Nettuts-Fetch
##DocBlockr
Helper to generate code documentation blocks based on the code you've you insert it near.
https://github.com/spadgos/sublime-jsdocs
Extends the default autocomplete to find matches in all open files.