Last updated by Red Sky Tom on Wed, 2013-05-22 21:37
Download Sublime Text 2
Packages
-
First thing to install is Package Manager - http://wbond.net/sublime_packages/package_control. This will allow you install packages easily in sublime by typing ctrl+shift+p typing "install" then selecting package from list
-
Sublime Linter https://github.com/SublimeLinter/SublimeLinter - Gives indication if there is an error in your file and works with multiple languages.
-
DocBlocker https://github.com/spadgos/sublime-jsdocs - Gives auto complete of phpdoc comments. Simply type /**[tab]
-
Drupal Snippets https://github.com/juhasz/drupal_sublime-snippets - Generates hook code by type for example "hook_init[tab]
-
Emmet https://github.com/sergeche/emmet-sublime - Generates code based on zen coding.
-
Git Gutter https://github.com/jisaacks/GitGutter - Gives indicator of lines changed in the gutter.
-
Flatland Theme https://github.com/thinkpixellab/flatland - Nicer theme for sublime.
Tips and Tricks
Another great place to start is with the FREE video tutorials at
https://tutsplus.com/course/improve-workflow-in-sublime-text-2/