Skip to content

Instantly share code, notes, and snippets.

@philhawksworth
Last active March 25, 2018 02:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philhawksworth/5320124 to your computer and use it in GitHub Desktop.
Save philhawksworth/5320124 to your computer and use it in GitHub Desktop.
Useful SublimeText packages

#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

Gist

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.

##DocBlockr

Helper to generate code documentation blocks based on the code you've you insert it near.

https://github.com/spadgos/sublime-jsdocs

AllAutoComplete

Extends the default autocomplete to find matches in all open files.

https://github.com/alienhard/SublimeAllAutocomplete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment