I realize that VS200X can ident asp files properly, however, for the sake of ease in finding attributes, is there a tool that will also organize the attribute order within a tag alphabetically? I’m always scanning around a tag visually and if the attributes were sorted alphabetically, asides maybe from ID and runat which should remain first, I would have a much easier time.
Share
HTML Tidy
You can set the set-attributes option in the config file to alpha, and all the attributes will be sorted alphabetically.
Example config file (tidy.config):
Example input file (test.html):
Executed command:
Results: