vote up 7 vote down star
4

What are the best online Code Beautifier And Formatter out there? I'm not asking for highlighters. Any language will do.

flag

71% accept rate

10 Answers

vote up 4 vote down

For SQL I like SQLinForm.

link|flag
Yes, that is a great tool – Tim Boland Oct 15 '08 at 20:57
vote up 3 vote down

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|flag
vote up 3 vote down

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

link|flag
vote up 2 vote down

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

link|flag
vote up 2 vote down

I use Syntax Highlighter for all languages, I do love it when I found on the web, cause in just one click I have the code in plain text to copy/past into my application and test it, copy the code directly to the clipboard or even print it in a very nice formatted way.

give it a try!

it supports C++, C, C#, CSS, Delphi, Java, JavaScript, PHP, Python, Ruby, Sql, VB, XML/HTML

and very, very simple to use

link|flag
vote up 0 vote down

JsonLint is good for validating and formatting JSON.

link|flag
vote up 0 vote down

There's Highlight for C++.

link|flag
vote up 3 vote down

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

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

link|flag
vote up 1 vote down

You can use Perl::Tidy for Perl.

link|flag
Are you sure ? "perl and tidy". I am not accustomed to see those words together. [-) – david Aug 23 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 at 17:32
vote up 1 vote down

Try the web tool Pretty Diff directly in your browser.

http://mailmarkup.org/prettydiff/prettydiff.html

link|flag
This is the only one in these answers that works for formatting HTML. Thanks. – Hosam Aly Sep 14 at 21:43

Your Answer

Get an OpenID
or

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