diff --git a/index.html b/index.html index 219d3dff..82f2e967 100644 --- a/index.html +++ b/index.html @@ -347,8 +347,8 @@ if('this_is'==/an_example/){do_something();}else{var a=b?(c%d):e[f];}

Sandro Padin has written an extension for the Safari browser. Visit its page and download the extension here: http://spadin.github.com/js-beautify-safari-extension

Fiddler

This popular web debugging proxy for Windows has a Javascript Formatter addon (based on this beautifier) which can reformat javascript on the fly.

-

gEdit

-

Fabio Nagao has written some tips for the gEdit users, among them he tells how to integrate the beautifier into the editor.

+

Other editors

+

Fabio Nagao has written some tips for the gEdit users, among them he tells how to integrate the beautifier into this editor. Infocatcher wrote an extension for AkelPad, a small text editor for Windows.

Are you doing something neat using the beautifier? Tell me about that, and I'll include a link here!

If you're writing javascript code, JSLint is a really fine piece of software, too. You don't have to follow its recommendations blindly, but understanding what it says about your code can greatly improve your skills.