digitalmars.D.ide - IDE
- mghz (12/12) Aug 03 2014 Hello,
- Damian Day (5/17) Aug 03 2014 Mono-D is cross platform and ticks all your boxes.
- Tofu Ninja (3/7) Aug 04 2014 Its dub integration is fantastic too. Personally I think its the
- Bruno Medeiros (13/24) Aug 06 2014 There is also DDT, an Eclipse based IDE for D. Supports auto-complete,
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
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
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-DIts dub integration is fantastic too. Personally I think its the best ide for D.
Aug 04 2014
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