MATLAB: Keyboard Shortcut for Function Hints

MATLABmatlab gui

In visual studio it is possible to bring up function hints by pressing Ctrl+Shift+Space. In the MATLAB editor the only way I can seem to get function hints to come up is to scroll back to the opening parenthesis, delete it, and retype it. Is there a quicker way to get function hints to come up when the cursor is inside the function argument list?

Best Answer

ctrl + F1
I remember how excited I was when I discovered that gem...