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?
views:
71answers:
1
+8
A:
Place the cursor between the parentheses and press Ctrl-Shift-Space.
Jon Skeet
2009-06-30 09:42:16
+1 ... tiny little trick to noticeably improve daily work with the IDE.
Mudu
2009-06-30 09:44:35
And the Skeet strikes again...
Matthew Scharley
2009-06-30 09:45:35
Was trying to get an answer to this one. +1
rahul
2009-06-30 09:46:18