up vote 34 down vote favorite
34
share [g+] share [fb]

What are the best online code beautifier and formatter out there? I'm not asking for highlighters. Any language will do.

link|improve this question

60% accept rate
feedback

12 Answers

For PHP, Java, C++, C, Perl, JavaScript, CSS you can try:

http://www.prettyprinter.de/index.php

link|improve this answer
5  
Did you actually try this one? It outputs > for > and similar. – Wallacoloo May 10 '11 at 2:27
I think that is because those will be embedded inside another html page, as a sample, etc, and really should be. – Andrew Backer Nov 2 '11 at 10:24
feedback

For SQL I like SQLinForm.

link|improve this answer
1  
Yes, that is a great tool – Tim Boland Oct 15 '08 at 20:57
1  
Instant SQL Formatter(dpriver.com/pp/sqlformat.htm) without any query size limitation – James Dec 29 '10 at 13:45
feedback

I've used Quick Highlighter a lot. Works great for a huge list of languages.

link|improve this answer
1  
-1 OP didn't ask about highlighters. This doesn't do formatting/beautifying. – bluish May 3 '11 at 12:56
feedback

What language?? There are different tools for almost every imaginable programming language, since they all have different syntactic rules and conventions.

Good ol' indent is a nice, customizable, command-line utility to format C and C++ programs.

link|improve this answer
feedback

JsonLint is good for validating and formatting JSON.

link|improve this answer
JsonLint is a great tool for quickly validating JSON output. – Matt Setter Dec 21 '11 at 12:26
feedback

Try the web tool Pretty Diff directly in your browser.

http://prettydiff.com/

link|improve this answer
This is the only one in these answers that works for formatting HTML. Thanks. – Hosam Aly Sep 14 '09 at 21:43
yeah this is amazing! 1+ – aSeptik Feb 21 '11 at 17:23
feedback

It depends of the language, and of the architecture you are using.

alt text alt text

For example, in a php platform, you can format almost language with GeSHi

As bluish comments, GeSHi is a generic syntax highlighter, with no beautification feature. It is more used on the server side, and combine it with a beautification tool can be tricky, as illustrated with this GeSHi drupal ticket.

link|improve this answer
-1 has no beaufitication, only hightlighting – bluish May 3 '11 at 12:59
@bluish: true. I have included your comment in my answer. – VonC May 3 '11 at 14:44
feedback

You can use Perl::Tidy for Perl.

link|improve this answer
1  
Are you sure ? "perl and tidy". I am not accustomed to see those words together. [-) – Pratik Deoghare Aug 23 '09 at 9:00
Yes I am sure. Maybe you are not accustomed to seeing the two together, but maybe you should also consider hanging out with a higher class of people. :) – brian d foy Aug 23 '09 at 17:32
feedback

i prefer this http://www.phpformatter.com/

link|improve this answer
Yes this is amazing, expecially if you want your php code formatted in pear standard or some other. I was struggling with polystyle and then stumbled over this one which resulted in a big relief. – shikhar Mar 26 '11 at 11:14
feedback

For C or C++ I recommend http://indentcode.net/

link|improve this answer
feedback

There's Highlight for C++.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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