It appears that sometime after I installed VS2010 sp1 autocomplete now requires me to push the down arrow to select the object I'm typing.

For example the old behaviour was to just type the object name and press enter: alt text

The new behavior is to press the down arrow and enter. Screen shot of unselected item below (Possibly caused by VS2010 SP1 ):

alt text

This is so bothersome, and I checked tools: options but didn't see the correct option. Does anyone know how to fix this besides learning new tricks ;)

link|improve this question

74% accept rate
Use connect.microsoft.com to report beta bugs. – Hans Passant Jan 16 '11 at 19:33
1  
This is a feature, not a bug. – SLaks Jan 16 '11 at 19:35
Connect site for SP1: go.microsoft.com/fwlink/?LinkId=207109 – makerofthings7 Jan 16 '11 at 19:59
feedback

1 Answer

up vote 3 down vote accepted

You're in suggestion mode.

Press Ctrl+Alt+Space to switch to standard autocompletion mode.

link|improve this answer
It makes sense for TDD, but I wish I had a warning before it was enabled! – makerofthings7 Jan 16 '11 at 19:57
Can you turn it off pernamently? – Roman Plášil Jul 19 '11 at 13:03
@Roman: It should be off by default. You could change the shortcut key in options. – SLaks Jul 19 '11 at 13:08
It shows automatically from time to time and I have to press Ctrl+Alt+Space every time to return back. I would like to get rid of it completely, but couldn't find anything in the settings. – Roman Plášil Jul 19 '11 at 16:05
1  
@Roman: Clear the shortcut key for Edit.ToggleCompletionMode in Options. – SLaks Jul 19 '11 at 16:19
show 3 more comments
feedback

Your Answer

 
or
required, but never shown

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