https://d.puremagic.com/issues/show_bug.cgi?id=11649
Summary: completion for symbols in selective import
Product: D
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: VisualD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Stephan Dilly <[email protected]> 2013-11-30 08:08:57 PST
---
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.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------