Keyboard: CTRL + SPACE; ALT + RIGHT ARROW
Menu: Edit –> IntelliSense –> Complete Word
Command: Edit.CompleteWord
Versions: 2008,2010
Published: 5/31/2010
Code: vstipEdit0065
So this one is very popular and one of the core skills to use in Visual Studio. Let’s say you are typing and you have this:

You can press CTRL + SPACE or ALT + RIGHT ARROW to complete the word like this:

This only works if there are no other possible matches that could happen. If, for example, you had something like this:

And pressed CTRL + SPACE or ALT + RIGHT ARROW to complete the word then you would just get Statement Completion:
