Thread overview
[Issue 11651] New: show signature and ddoc while scrolling completion list
Nov 30, 2013
Stephan Dilly
Dec 18, 2013
Rainer Schuetze
Dec 18, 2013
Rainer Schuetze
Dec 18, 2013
Stephan Dilly
Dec 19, 2013
Rainer Schuetze
November 30, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11651

           Summary: show signature and ddoc while scrolling completion
                    list
           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:20:12 PST ---
that would be very good when learning the usage of a new library or foreign code in general.

I imagine this as a second "tooltip" right beside the completion list on the right and showing this for the currently selected item in the list.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 18, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11651


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

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


--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> 2013-12-18 06:19:39 PST ---
This is now implemented for information from dparser.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 18, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11651



--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> 2013-12-18 06:20:13 PST ---
Try it in the beta: https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.38beta2

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 18, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11651



--- Comment #3 from Stephan Dilly <spam@extrawurst.org> 2013-12-18 06:43:53 PST ---
this is a great enhancement, thanks! works quite nice so far.
Is it possible to decrease the time until a tooltip shows up ? when scrolling
through methods this can get rather annoying even though it is just 1.5s or so
right now.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 19, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11651



--- Comment #4 from Rainer Schuetze <r.sagitario@gmx.de> 2013-12-18 23:54:50 PST ---
Showing the tooltip is functionality built into VS, not the plugin. I don't see a possibility to change the popup time ATM other than changing the system wide tooltip properties (I haven't tried that though).

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