firerainbow icon indicating copy to clipboard operation
firerainbow copied to clipboard

Unminifier

Open mgkimsal opened this issue 15 years ago • 3 comments

Any chance of having functionality that would 'unminify' a piece of js code inside firebug? No idea how hard this would be, but it would definitely help when trying to debug some code.

mgkimsal avatar Aug 15 '09 17:08 mgkimsal

With current Firebug implementation it is from hard to impossible.

Google guys are trying to do something like this internally, see this discussion: http://groups.google.com/group/firebug-working-group/browse_thread/thread/4bac3996a447c71f#

darwin avatar Aug 15 '09 17:08 darwin

Thanks for the feedback - I'll have a look. Someone suggested I ask here, which is why I did.

mgkimsal avatar Aug 15 '09 17:08 mgkimsal

You should use the code from http://jsbeautifier.org/ It works spectacularly and is free and open to use. http://github.com/einars/js-beautify

The-Munk avatar Sep 23 '09 21:09 The-Munk