www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 11649] New: completion for symbols in selective import

reply d-bugmail puremagic.com writes:
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: nobody puremagic.com
        ReportedBy: spam extrawurst.org



---
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: -------
Nov 30 2013
next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11649


Rainer Schuetze <r.sagitario gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario gmx.de



PST ---
Yeah, with the help of D-Parser, it turned out not to be very hard. Check it
out here:
https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.38rc1

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 02 2014
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11649




---
Created an attachment (id=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

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 02 2014
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11649




PST ---
Ouch, it needs some character after the colon, using a space shows the full
list.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 02 2014
prev sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11649




PDT ---
Fixed the space-problem in
https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.38rc2

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 16 2014