I usually use Eclipse for coding, which has a pretty nice parameters completion feature: when you are calling a method, just after you typed (, it will show you t
You can use:
Ctrl+Shift+Space. This brings up the argument list for a method your cursor is currently in.
Example:
Pressing Ctrl+Shift+Space with the cursor after "a", results in:
"a",
You can check this is properly assigned in the keyboard settings, as Edit.ParameterInfo:
Edit.ParameterInfo