Welcome to MSDN Blogs Sign in | Join | Help

Sara Ford's WebLog


My adventures embracing open source on CodePlex and at Microsoft

News

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: ,
Posted: Friday, October 19, 2007 3:00 AM by saraford

Comments

Jason Haley said:

# October 19, 2007 10:02 AM

Steve said:

Or.. just hit the "Enter" or the "Tab" key and save a keystroke! :-)

# October 19, 2007 11:54 AM

AtliB said:

or better yet, just type "("

# October 19, 2007 10:02 PM

Peter Ritchie said:

Interesting, I'm used to the Enter/Tab/"(" method too...

# October 22, 2007 3:56 PM
New Comments to this post are disabled
Page view tracker