I have a pretty annoying problem with the IntelliSense in Visual Studio 2010:

Every now and then (but not always - just out of my control) the Intellisense engine chooses to "mark" an option, instead of actually selecting it. This means that instead of typing e n Enter to access the default option starting with "En...", I have to type e n down Enter.

Usually it works like this for a while, and then, suddenly, the behavior I want is back. My conclusion is that there is some option somewhere that is set automatically, and that I don't know how to control.

How do I make sure that the default option is always selected, and not just "marked"?

For reference: This is Visual Studio 2010 RC, with CodeRush Xpress 10.1.

link|improve this question

noticed this behavior too – devio Apr 19 '10 at 13:25
@devio: did you ever find out why? – Tomas Lycken Apr 19 '10 at 16:52
feedback

1 Answer

up vote 21 down vote accepted

Try Ctrl-Alt-Space.

found that on Connect, and seems to work for me

link|improve this answer
Thanx!! You saved my day.. :) – Nordis Feb 23 '11 at 9:17
hehhe, thanx! :) – Peter Porfy Jul 27 '11 at 9:33
Thank you soooooo much man :D !!! – Julien Feb 1 at 12:50
Such a little thing can really drive a programmer nuts. Thanks! – Andrew Garrison May 4 at 14:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.