Few guide notes for newbie. Please
rikki cattermole
rikki at cattermole.co.nz
Sun Jan 10 13:44:02 UTC 2021
On 11/01/2021 2:32 AM, Energo Koder wrote:
> So:
> Please tell me what is standard (not Emacs nor Vim) D lang programming
> environment?
> I mean: What IDE and other tools you find usable for programming with D.
VisualD (VS), VS-code (webfreak.code-d), Intellij IDEA (Intellij D
Language, not currently up to date with IntelliJ but should soon).
I use IntelliJ IDEA.
> What I have done:
> * I try to compile dlangui but I got few of errors which are not fixable
> at my (low) level knowledge of D. And GitHub repo seems to be outdated.
No surprise.
> * I try M$ Code with some plugins. In true I can debug D program. But I
> failed to compile it (I did it from command line). So I probably have
> problem with plugins choice or config them.
VisualD is your only option if you for some reason can't get DCD,
Dscanner and dfmt to compile (it should be as simple as git clone + dub
build for each although DCD needs a config arg for server + client).
But if you can't get an IDE up and running, just stick with syntax
formatting to start off with. D is perfectly ok to be developed like that.
More information about the Digitalmars-d-ide
mailing list