Seems like newbie\'s question, but I just can\'t find the answer. Can I somehow see function parameters hint like in Visual Studio by pressing Ctrl+Shift+Space when cursor is in
Try "CTRL+space" after a ',', not after a parameter. The function parameters are displayed just after the '(' or after a ',' + "CTRL+space".
CTRL+space
,
(