views:

200

answers:

1

I have a real simple and seemingly stupid question, but I am getting alittle frusterated. I really like the intellesence in Visual Studio 2008, but there is one thing that is bothering me. When I am writing some XAML, and the intellesence comes up, I select the appropriate property and it automatically inserts it along with the nessesaty ="" and then puts the cursor in between the double quotes. When I type in the value I want, I don't know how to jump out of the double quotes. I can use the arrow key or the mouse, but that requires leaving the home row, and I don't want to do that. Anyone know what I am missing?

Thanks,

+1  A: 

You could bind IDE command Edit.WordNext to the keyboard combination which comfortable for you. Say you could bind it to Ctrl+\, Ctrl+\.

Kirill V. Lyadvinsky