Ask HN: What packages does everyone use for Sublime Text?

19 points by alanedge ↗ HN

12 comments

[ 3.2 ms ] story [ 44.6 ms ] thread
None. I use the git package sometimes, but I prefer to use to terminal for it.
I was told about zencoding this summer.. pretty darn cool and useful.
I generally use ST for web development stuff. I use the following packages:

1. Tag 2. HTML Prettify 3. Sublime Intel

DetectSyntax - DetectSyntax is a plugin for Sublime Text 2 that allows you to detect the syntax of files that might not otherwise be detected properly. https://github.com/phillipkoebbe/DetectSyntax

jQuery - This is a Sublime Text bundle to help with jQuery functions. https://github.com/SublimeText/jQuery

Prefixr - Runs CSS through Prefixr.com API http://wbond.net/sublime_packages/prefixr

SideBarEnhancements - Enhancements to Sublime Text sidebar. Files and folders. https://github.com/titoBouzout/SideBarEnhancements

SublimeLinter - Inline lint highlighting for the Sublime Text 2 editor https://github.com/SublimeLinter/SublimeLinter

Xdebug - Xdebug Interface for Sublime Text 2 https://github.com/Kindari/SublimeXdebug

vintage mode with a few minor modifications

iTodo plugin (makes it easy to write simple todo lists in Sublime, with functionality to add tasks and mark them as complete)

FileDiffs - Shows comparison between files or clipboard (uses Git internally)

Djaneiro - Django template filters and tags

Markdown Preview - Previews markdown posts (allows user keybinding)

Sublemacspro - Emacs keybinding in Sublime Text

Word count - Shows word count (useful with Markdown preview)

Theme Soda - I like this theme with Monaco font

Terminal - Opens terminal in the project location

SublimeLinter - Inline lint highligting