what editor/IDE do you use to write D code?

Jarrett Billingsley kb3ctd2 at yahoo.com
Mon Jul 17 11:28:39 PDT 2006


"Andrei Khropov" <andkhropov at nospam_mtu-net.ru> wrote in message 
news:e9ghpc$ngh$1 at digitaldaemon.com...
> Hello all,
>
> I just wonder what editor/IDE do you use to write D code?

I just use ConTEXT, which is Windows-only, but it's quite a nice editor. 
Using ConTEXT's macro keys with some batch files, I don't feel like I miss 
much from an IDE.

I do dip into VS6 to debug programs, however.  It's so easy - compile the 
EXE with debug info on, then just load it into VS6 and hit F10.  It'll step 
through source, show locals, and everything.  Of course, arrays and classes 
don't show up right, but..






More information about the Digitalmars-d-learn mailing list