Did you know... How to complete a word via intellisense? - #065

Whenever you can invoke statement completion, you can also execute the Edit.CompleteWord command.  This command will complete a word that is partially complete with no other possibilities.  And if there are other multiple possibilities, the command will invoke statement completion.

In the below example, since Console.WriteL has not other possible matches other than WriteLine, pressing Ctrl+Space or Alt+Right Arrow will write out WriteLine.

Completing a word

Technorati tags: VS2005Tip, VS2008Tip