Import improvement

JN 666total at wp.pl
Mon Oct 15 11:52:26 PDT 2012


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?


More information about the Digitalmars-d mailing list