Multiple selective imports on one line
Basile B. via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Dec 28 06:18:37 PST 2015
On Monday, 28 December 2015 at 14:16:36 UTC, Basile B. wrote:
> On Monday, 28 December 2015 at 14:09:30 UTC, Joakim wrote:
>> I wish dfmt could do this for us, so that you develop with all
>> the modules imported at the top, then run dfmt and it scopes
>> all the imports and adds the selective import of symbols.
>> I've been thinking about implementing a tool to do this
>> myself, will get around to it someday.
>
> This is not formating (what DFMT is aimed to do) this is
> refactoring.
oops, my answer could lead to a misunderstanding. I meant:
This is not formating (what DFMT is aimed to do), but rather
refactoring.
More information about the Digitalmars-d-learn
mailing list