Open etcimon opened 9 years ago
On second check, the issue seems to be unrelated to local imports because they work on some types.
It would've surprised me if local imports weren't handled. Why not use a simple string[] instead of Java-like ArrayList :smiley:
It would've surprised me if local imports weren't handled. Why not use a simple string[] instead of Java-like ArrayList :smiley:
For a library that must be written @nogc =)
I think the main issue here is the lack of syntax highlighting on local imports. I still don't know this won't resolve to the Array type though..
It would be nice to be able to use auto-completion with local imports.
e.g.