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?
After writing the name and opening and closing parentheses (brackets) of a function in
Share
Place the cursor between the parentheses and press Ctrl-Shift-Space.