
Lots of great features, not much to complain about. HTML-CSS-JS Prettify is the winner in my book.

HOW TO DEBUG PHP IN SUBLIME TEXT WINDOWS HOW TO
How to install package control in sublime text 3 &n 8128. I've tested each of the most popular plugins (see the writeup I did on my blog for full details), but here's a quick overview of some of the most popular options: Reindent command Sublime Text 3 Windows Package Control, Emmet FructCode 124907. There are half a dozen or so ways to format HTML in Sublime. So far, JsFormat is a good plugin, worth to try it! I'm using ctrl + alt + 2, you can change this shortcut key whatever you want to. (The package controller will show the status of the installation with success and errors on the bottom left bar of Sublime)Īdd the following line to your key bindings ( Preferences -> Key Bindings User) Then type js format and hit enter, you're done. You can easily install JsFormat with using Package Control ( Preferences -> Package Control) Open package control then type install, hit enter. You can select all your code( ctrl + A) and use the in-app functionality, reindent( Edit -> Line -> Reindent) or you can use JsFormat formatting plugin for Sublime Text 2 if you would like to have more customizable settings on how to format your code to addition to the Sublime Text's default tab/indent settings.

Altough the question is for HTML, I would also additionally like to give info about how to auto-format your Javascript code for Sublime Text 2
