Tagged Questions
39
votes
12answers
16k views
Javascript Beautifier
I am looking for a code beautifier that supports javascript and works on both windows and linux and can be used in batch scripts. Any recommendations?
11
votes
4answers
627 views
Where can I find a decent Ruby source beautifier?
Where can I find a decent Ruby source beautifier? I want something customizable and reliable. I found this but I'm not convinced.
4
votes
1answer
227 views
Automatic tool for styling c++ source code to a specific convention
Alot of code at work is inconsistent throughout, and I want to reformat all the code so that it complies to one coding convention.
I've found enough tools that reformat spaces, braces, pointer ...
3
votes
1answer
583 views
PHP beautifiers (libraries for formatting code)
Previously, my intention was to ask:
Do you know any open source SQL formatter/beautifier library for PHP projects?
But I think, I'd better ask:
Which code formatting libraries written in PHP are ...
2
votes
1answer
72 views
Can Eclipse's Java formatter indent wrapped lines differently than new blocks?
I like to format my code like this:
void someFunction() {
normalLine();
reallyLongLineThatNeedsToBeWrapped(
OnlyIndentOneSpaceHere = true);
normalLine();
}
But from my experimenting ...
0
votes
3answers
89 views
Code formatter/beautifier application
I found some very useful web services which make the messy code readable. Sharing some of them with you
JS beautifier
PHP formatter
I'd like my PHP and JS code to be formatted by Dreamweaver much ...
0
votes
1answer
102 views
How to apply an external formatting script to files in eclipse?
I'd like to run an external beautifier over my code that's open and replace the contents of the document with the output. Is there a plugin or something I can exploit to do this? I thought it would be ...
0
votes
2answers
1k views
is there a way to format actionscript in flashdevelop?
is there a way to format/beautify actionscript (as3) in flashdevelop? if not are there easy ways to do this without using the Flash IDE.
Thanks,
Josh