Using JavaScript function hints
Function hints allow to lookup known JavaScript function parameters and description without looking in the documentation or code.
Function hints are displayed when you type ( after a known JavaScript function name.
Alternatively you can place caret inside the braces of a JavaScript function call and press Shift+Ctrl+Space to open hint on demand.