Import improvement

Simen Kjaeraas simen.kjaras at gmail.com
Mon Oct 15 12:13:58 PDT 2012


On 2012-10-15, 20:52, JN wrote:

> IMHO it should be IDE's job. When coding Java or C#, you select "Fix  
> imports" and IDE automatically removes unused imports and adds new  
> imports for undefined symbols.
>
> By the way, what about syntax like this:
>
> import std.*;
>
> would it make sense?

It sorta would, but creating an all.d file and importing std.all
instead works just as fine.

-- 
Simen


More information about the Digitalmars-d mailing list