mono-d and respective the d-parser already does support that, so maybe it could easily be integrated into visuald.
example:
```
import std.string:|
```
now the list of symbols that can be imported from std.string are listed just like in a ordinary completion list.
Created attachment 1336
not working as expected
with the rc1 this happens when typing nothing but ctrl+space after the ":" for selective imports. it first starts to work when typing any character. but browsing the whole list of symbols coming in from that import is not possible right now
Comment #3 by r.sagitario — 2014-03-02T22:52:55Z
Ouch, it needs some character after the colon, using a space shows the full list.