HTMLBeautify
HTMLBeautify copied to clipboard
A plugin for Sublime Text that formats (indents) HTML source code. It makes code easier for humans to read.
### Before ``` x x x ``` ### Reformat 1 > Using "Beautify HTML" from the "Edit Menu" ``` x x x ``` The `` is already a little off...
I installed HTMLBeautify, opened an HTML file, and ran `HTMLBeautify` from the Command Pallete. Nothing happened, except for a "Beautifying Entire File" in the status bar. I tried with a...
I recently type alt+ctrl+shift+f by mistake while my php file was open and it (un)formated my php file.
Suddenly my files are being saved as a new file after beautifying. Any way to stop this and save to current file instead?
Fair bit of changes here. First, there's the ability to optionally (default off) use a proper parser for formatting. This is **MUCH** more robust, and about 10+ times faster then...
The htmlprettify command delete the last character of my files. I am on OSX sublime 2 Did anyone report this before ?