views:

71

answers:

1

After writing the name and opening and closing parentheses (brackets) of a function in C#, is there any way to get the types and number of parameters of the function, without deleting the opening parenthesis?

+8  A: 

Place the cursor between the parentheses and press Ctrl-Shift-Space.

Jon Skeet
+1 ... tiny little trick to noticeably improve daily work with the IDE.
Mudu
And the Skeet strikes again...
Matthew Scharley
Was trying to get an answer to this one. +1
rahul