On 1 February 2016 at 11:43, David Burstin <david.burs...@gmail.com> wrote:

> Hi folks,
>
> In VS, I often need to investigate the parameters being passed to a
> method. I can see the values being passed, but finding which parameter they
> are isn't simple. I usually end up deleting the comma before the parameter
> in question, then reinserting it so that the parameters pop-up appears (see
> image below).
>
> [image: Inline images 1]
>
> Is there a simpler way in VS (or Resharper) to get the parameter to
> display? In other words, when hovering over a parameter, is there a way to
> see where that parameter sits in the method call signature?
>

No extensions required. Just hit Ctrl-Shift-Space when the insertion point
is somewhere in the argument list.

--
Thomas Koster

Reply via email to