Intellisense window has input field, and doesn't commit on space
c#, intellisense, visual-studio, visual-studio-2010
Solution
Looks like you've messed with completion mode at some point. This can be changed by going to Edit -> IntelliSense -> Toggle Completion Mode or by just hitting Ctrl + Alt + Space
Problem
All of a sudden, my intellisense window in VS2010 Express has a input field which has exactly what I'm typing. This wouldn't bother me, except that now space doesn't commit the selected choice that intellisense gives me. Also note that the option in Tools-Options-Text Editor-C#-IntelliSense does have the "Comitted by pressing the spacebar" checked, yet it doesn't work.