Thread overview
[Issue 11649] New: completion for symbols in selective import
Nov 30, 2013
Stephan Dilly
Mar 02, 2014
Rainer Schuetze
Mar 02, 2014
Stephan Dilly
Mar 03, 2014
Rainer Schuetze
Mar 16, 2014
Rainer Schuetze
November 30, 2013
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


--- Comment #0 from Stephan Dilly <spam@extrawurst.org> 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: -------
March 02, 2014
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


--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> 2014-03-02 13:47:20 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: -------
March 02, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11649



--- Comment #2 from Stephan Dilly <spam@extrawurst.org> 2014-03-02 14:02:27 PST ---
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: -------
March 03, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11649



--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> 2014-03-02 22:52:55 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: -------
March 16, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11649



--- Comment #4 from Rainer Schuetze <r.sagitario@gmx.de> 2014-03-16 10:47:04 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: -------