Had another 48hr game jam this weekend...

Jacob Carlborg doob at me.com
Sun Sep 1 02:46:07 PDT 2013


On 2013-09-01 05:53, Jakob Ovrum wrote:

> Although I'm not convinced auto-completion is a vital feature
> (Microsoft's C++ IntelliSense is shit too)

That doesn't mean there aren't any IDE's out there with good support for 
autocompletion. The one in Eclipse for Java is fantastic. The one in 
Xcode 4+ for C/C++ and Objective-C/C++ is really good.

I'm also quite amazed by JetBrains, they're spitting out IDE's like mad, 
with full language support for many types of languages. Even those that 
are usually very difficult, like dynamically typed languages. They fully 
support Ruby on Rails.

> I'm not sure this is a bug. How do you default initialize an array of
> structs you don't know the .init values of?

You're forced to explicitly initialize it.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list