DLang IDE for macOS

Vadim Lopatin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Oct 7 23:39:13 PDT 2016


On Thursday, 6 October 2016 at 09:31:43 UTC, Alexander Milushev 
wrote:
> Hi all,
>
> Is there any good IDE for DLang for macOS? I have used Xamarin 
> Studio with D Language Addin but currently it does not 
> supported by developer. Also I have tried Idea with D Language 
> plugin but autocomplete did not work.

If you are looking for Dlang IDE, try DlangIDE :)

https://github.com/buggins/dlangide

No precompiled binaries available. But you can built it yourself.
For building, you need some D compiler and DUB.
Clone dlangide project, then use `dub run`

To work, it needs libsdl2 installed.


As project format and build tool it uses DUB.

For debugging, you will need gdb. (DlangIDE supports gdb mi2 
interface).



More information about the Digitalmars-d-learn mailing list