What's the best IDE for D language programming?
russhy
russhy at gmail.com
Tue Aug 3 12:34:45 UTC 2021
On Tuesday, 3 August 2021 at 02:18:52 UTC, wang min wrote:
> D language seems to be very good programming language in a
> lot of ways, but my only problem with it is the amount of time
> wasted writing arguments to the compiler in the command line at
> the old fashion way. Is there any good IDE for D? Thanks in
> advance!
VS Code plugin is one of the best (it's crossplatform)
It also supports debugging with breakpoints in the editor directly
https://marketplace.visualstudio.com/items?itemName=webfreak.code-d
or the bundle to get the whole experience:
https://marketplace.visualstudio.com/items?itemName=webfreak.dlang-bundle
More information about the Digitalmars-d
mailing list