digitalmars.D.learn - DLang IDE for macOS
- Alexander Milushev (5/5) Oct 06 2016 Hi all,
- Andrea Fontana (3/8) Oct 06 2016 You should try visual studio code with dlang addin by webfreak.
- Alexander Milushev (2/11) Oct 06 2016 Is it supports dub?
- Andrea Fontana (3/16) Oct 06 2016 Yes, and autocomplete works.
- Alexander Milushev (2/20) Oct 06 2016 Looks like it doesn't work with vibe.d.
- Vadim Lopatin (11/16) Oct 07 2016 If you are looking for Dlang IDE, try DlangIDE :)
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.
Oct 06 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.You should try visual studio code with dlang addin by webfreak.
Oct 06 2016
On Thursday, 6 October 2016 at 09:45:03 UTC, Andrea Fontana wrote:On Thursday, 6 October 2016 at 09:31:43 UTC, Alexander Milushev wrote:Is it supports dub?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.You should try visual studio code with dlang addin by webfreak.
Oct 06 2016
On Thursday, 6 October 2016 at 09:51:20 UTC, Alexander Milushev wrote:On Thursday, 6 October 2016 at 09:45:03 UTC, Andrea Fontana wrote:Yes, and autocomplete works.On Thursday, 6 October 2016 at 09:31:43 UTC, Alexander Milushev wrote:Is it supports dub?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.You should try visual studio code with dlang addin by webfreak.
Oct 06 2016
On Thursday, 6 October 2016 at 10:09:24 UTC, Andrea Fontana wrote:On Thursday, 6 October 2016 at 09:51:20 UTC, Alexander Milushev wrote:Looks like it doesn't work with vibe.d.On Thursday, 6 October 2016 at 09:45:03 UTC, Andrea Fontana wrote:Yes, and autocomplete works.On Thursday, 6 October 2016 at 09:31:43 UTC, Alexander Milushev wrote:Is it supports dub?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.You should try visual studio code with dlang addin by webfreak.
Oct 06 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).
Oct 07 2016