Best IDE

Dave Akers via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Thu Aug 20 11:19:04 PDT 2015


On Thursday, 30 July 2015 at 00:20:12 UTC, Brandon Ragland wrote:
> Just curious who thinks what IDE is best?
>
> I don't think any IDE is perfect, and I've been using Eclipse 
> with DDT and have been having a good time with it. However I 
> don't particularly like Eclipse much, and was wondering what 
> others though?
>
> I don't use Windows myself so I couldn't use VisualD or 
> anything like that or try it out.
>
> -Brandon

I bounce back and forth from windows to linux. What I use is 
sublime text, it's a very versatile cross-platform IDE. It has 
support for third party plugins, and very customize-able build 
system (even though I normally just use it to call build.sh / 
build.bat). the out-put of the build system can be configured to 
open the file and jump to the line number when you double click 
on a warning or error.

Links-
http://sublimetext.com/3
https://github.com/yazd/DKit -- Package/plugin for sublime
https://github.com/Hackerpilot/DCD -- Auto-complete util used by 
DKit, has a few bugs but works most of the time.

-Dave



More information about the Digitalmars-d-ide mailing list