Does anyone know of an existing extension to format the html code after you 'View Source"? I only ask because it would make it so much easier to read. Basically just removing extra whitespace, format all elements, that sort of thing. Doesn't seem like it'd be that hard.

link|improve this question
feedback

migrated from webapps.stackexchange.com Jul 26 '11 at 13:30

This question came from our site for power users of web applications.

1 Answer

Google Chrome already has this functionality under Developer Tools

You can access it under Menu->Tools->Developer Tools or just press CTRL+SHIFT+I

A nicely formatted source is under the first menu item Elements

link|improve this answer
Well the source in dev tools is all compacted. Anyway to expand all elements? Otherwise it's kind of useless for what I'm looking for. – Stevus Jul 25 '11 at 22:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.