[Issue 11942] New: Parameter list helper doesn't appear(/exist?)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 17 17:29:24 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=11942

           Summary: Parameter list helper doesn't appear(/exist?)
           Product: D
           Version: D2
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: VisualD
        AssignedTo: nobody at puremagic.com
        ReportedBy: turkeyman at gmail.com


--- Comment #0 from Manu <turkeyman at gmail.com> 2014-01-17 17:29:21 PST ---
In Visual Studio, go into a .c/.cpp file:

Place the cursor within the parameter list of any function call and press
Ctrl+Shift-Space; notice that a helper appears detailing the expected
parameters.
Do this in the parameter list for a function that has multiple parameters;
notice that the parameter the cursor is currently positioned upon is
highlighted in BOLD. Move the cursor left/right using the arrow keys, and watch
the bold highlight follow the cursor.
Do this in a parameter list for a function with overloads; notice that the
helper now says "1 of N", and allows you to cycle through the overloads using
the up/down arrow keys.
Begin typing a new call to a function; notice that the helper appears when
typing the opening '('.
Begin instantiating a template; notice that the helper appears also for
template argument lists when typing the opening '<'.

VisualD doesn't seem to offer this very important helper.
It would be nice if D had the same parameter list helper as C/C++.

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


More information about the Digitalmars-d-bugs mailing list