On 15 October 2012 21:52, JN <666total@wp.pl> 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.

Can you name an (industry standard) IDE that works well with D?


By the way, what about syntax like this:

import std.*;

would it make sense?

In my case, I don't want to import everything.