Which tools do you miss in D?

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Jan 31 14:31:15 PST 2014


On 1/31/14, "Casper Færgemand\" <shorttail at hotmail.com>"@puremagic.com
<"Casper Færgemand\" <shorttail at hotmail.com>"@puremagic.com> wrote:
> On Wednesday, 29 January 2014 at 02:08:19 UTC, bearophile wrote:
>> a code beautifier as indent
>
> That.

Uncrustify[1] (and a GUI front-end like UniversalIndentGUI[2]) works
great with D code, I use it all the time. Note that UniversalIndentGUI
typically comes with an outdated version of Uncrustify, so you could
simply swap its version of the uncrustify binary with a new version to
support the latest C++/D syntax.

[1] : http://uncrustify.sourceforge.net/
[2] : http://universalindent.sourceforge.net/



More information about the Digitalmars-d mailing list