Thread overview
Import list in IDE's
Dec 20, 2013
Jacob Carlborg
Dec 20, 2013
Brian Schott
Dec 20, 2013
Jacob Carlborg
December 20, 2013
This is a general idea for IDE's. It would be nice if an IDE could show a list of all imports, including locals, of a module.

-- 
/Jacob Carlborg
December 20, 2013
On Friday, 20 December 2013 at 12:47:04 UTC, Jacob Carlborg wrote:
> This is a general idea for IDE's. It would be nice if an IDE could show a list of all imports, including locals, of a module.

dscanner --imports

https://github.com/Hackerpilot/Dscanner/
December 20, 2013
On 2013-12-20 20:23, Brian Schott wrote:

> dscanner --imports
>
> https://github.com/Hackerpilot/Dscanner/

Didn't know about that. Does it handle local imports as well?

-- 
/Jacob Carlborg