You’ve read it, heard it, and seen it a hundred times before, but I’ll say it again:
Tools are great. – by anonymous
… or something like that. This leads me to the next point:
IDEs are tools. – by common logic
And good tools, well used, make for good results. I also have another saying:
Cut the crap. – I’m not good with famous quotes
So here’s the list of my favorite Sublime Text plugins.
In the “Can’t Live Without” category:
- Terminal: Quick access to the command line
- SideBarEnhancements: Expand the possibilities when right-clicking on your files
- ColorHighlighter: Actually see the colors you write
In the “Organisation” category:
- JSFormat: Quick and easy formatting of JS code
- JSON Reindent: The title says it all
- BracketHighlighter: Keep track of where your brackets start and finish
- Alignment: Align these constants with the power of Aligment!
In the “Documentation” category:
- DocBlockr: JavaDoc-y docs for everything