You can also go to menu Tools → Options → Environment → Keyboard and check what is assigned to these shortcuts. The command name should be Edit.CompleteWord.
194
votes
Additionally, Ctrl + K, Ctrl + I shows you Quick info (handy inside parameters)
Ctrl+Shift+Space shows you parameter information.
26
votes
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.
10
votes
Ctrl+Space should do it.
5
votes
It should be Ctrl + J.
5
votes
If you have arrived at this question because IntelliSense has stopped working properly and you are hoping to force it to show you what you need, then most likely none of these solutions are going to work.
Closing and restarting Visual Studio should fix the problem.
4
votes
If you want to change whether it highlights the best fitting possibility, use:
Ctrl + Alt + Space
2
votes
Alt + Right Arrow and Alt + Numpad 6 (if Num Lock is disabled) are also possibilities.
2
votes
In Visual Studio 2015 this shortcut opens a preview of the definition which even works through typedefs and #defines.
Ctrl + , (comma)
1
votes
On Visual Studio Community 7.5.3 on Mac this works for me:
Ctrl + Space
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more