www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - IDE

reply "mghz" <marcgh gmail.com> writes:
Hello,

I started looking at the D language a couple of month ago. The 
challenge I ran into was to find a good IDE/Editor that would 
make coding/debugging easier and quicker. I checked all that is 
listed on this site and it seems that VisualD is the most active 
and feature rich plugin but I have a MAC.

Is there any other editor I can use or something I missed. I'm 
not looking for fancy editors just something that offers at least 
build/debug/run functionality and maybe auto complete. I was 
looking into CodeLite since it's cross platform but it doesn't 
offer a D plugin.

Thanks,
Aug 03 2014
next sibling parent reply "Damian Day" <damianroyday gmail.com> writes:
On Sunday, 3 August 2014 at 16:41:23 UTC, mghz wrote:
 Hello,

 I started looking at the D language a couple of month ago. The 
 challenge I ran into was to find a good IDE/Editor that would 
 make coding/debugging easier and quicker. I checked all that is 
 listed on this site and it seems that VisualD is the most 
 active and feature rich plugin but I have a MAC.

 Is there any other editor I can use or something I missed. I'm 
 not looking for fancy editors just something that offers at 
 least build/debug/run functionality and maybe auto complete. I 
 was looking into CodeLite since it's cross platform but it 
 doesn't offer a D plugin.

 Thanks,
Mono-D is cross platform and ticks all your boxes. It works with Xamarin Studio as well if you prefer that over MonoDevelop. http://wiki.dlang.org/Mono-D
Aug 03 2014
parent "Tofu Ninja" <emmons0 purdue.edu> writes:
On Sunday, 3 August 2014 at 22:05:56 UTC, Damian Day wrote:
 Mono-D is cross platform and ticks all your boxes.
 It works with Xamarin Studio as well if you prefer that over 
 MonoDevelop.
 http://wiki.dlang.org/Mono-D
Its dub integration is fantastic too. Personally I think its the best ide for D.
Aug 04 2014
prev sibling parent Bruno Medeiros <bruno.do.medeiros+dng gmail.com> writes:
On 03/08/2014 17:41, mghz wrote:
 Hello,

 I started looking at the D language a couple of month ago. The challenge
 I ran into was to find a good IDE/Editor that would make
 coding/debugging easier and quicker. I checked all that is listed on
 this site and it seems that VisualD is the most active and feature rich
 plugin but I have a MAC.

 Is there any other editor I can use or something I missed. I'm not
 looking for fancy editors just something that offers at least
 build/debug/run functionality and maybe auto complete. I was looking
 into CodeLite since it's cross platform but it doesn't offer a D plugin.

 Thanks,
There is also DDT, an Eclipse based IDE for D. Supports auto-complete, DUB integration, GDB debugging integration, etc. : https://code.google.com/p/ddt/ Auto-complete is not as good as MonoD at the moment, but I'm planning to get that improved when I get the time. For full info about D IDEs: http://wiki.dlang.org/IDEs for editors: http://wiki.dlang.org/Editors -- Bruno Medeiros https://twitter.com/brunodomedeiros
Aug 06 2014