VS2010:
In VB I can place the cursor inside an existing method\'s parameter brackets and type a \'space\', which will bring up the tooltip with description of the param
Visual Studio 2019 with VsVim extension
Works both in NORMAL and INSERT modes, for C# and C++ with:
NORMAL
INSERT
Ctrl+Shift+Space
Just make sure to place the caret right after the first parenthesis:
C#
"Value".Contains(| <-- caret
C++
glClearColor(| <-- caret