With suggestion listboxes turned off:
* Press Ctrl+Shift+Space to get function parameters
* Press Ctrl+Space for completion list
* Now the function parameter tooltip still has focus, and up and down arrows change the parameter list instead of the completion list.
Example code:
CString Str;
Str.Append(_Packet.m_pData, _Packet.m_ <- Press Ctrl + Space here