What\'s the keyboard shortcut for Visual Studio 2005 and Visual Studio 2008 to display the IntelliSense box if one accidentally hits ESC and w
It should be Ctrl + J.
Ctrl+Space should do it.
On Visual Studio Community 7.5.3 on Mac this works for me:
Ctrl + Space
The most efficient one is Ctrl + ..
It helps to automate insertions of using
directives. It works if the focus is on a new identifier, e.g. class name.
If you want to change whether it highlights the best fitting possibility, use:
Ctrl + Alt + Space
In Visual Studio 2015 this shortcut opens a preview of the definition which even works through typedefs and #defines.
Ctrl + , (comma)