Mac IDE with Intellisense

Mike McKee via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Sep 26 02:17:09 PDT 2015


I've tried Sublime Text 3 editor on the Mac, but even it doesn't 
seem to have the D2 language in it yet (only D), and doesn't have 
intellisense for components in the imports that I do, even after 
saving the file after adding the import statements.

What OSX editor do you recommend that would have intellisense?

In all reality, I don't like intellisense -- it's annoying. 
However, I need it because the documentation for me is still a 
little hard to read and hard for me to search for a class method 
here or there. For instance, I was doing toHexString(myByteArray) 
instead of simply doing myByteArray.toHexString(). (That was on 
an md5 example, by the way.) Intellisense would have helped me 
realize this.




More information about the Digitalmars-d-learn mailing list