F.P
F.P

Reputation: 17831

Visual Studio 2010 IntelliSense window text input field

Recently, probably by some accidental key-combination stroke during furious development, my IntelliSense window has a small text input field above which is really annoying, because I can no longer just type and hit Enter to use the autocompletion feature.

How do I get rid of it?

enter image description here

Upvotes: 1

Views: 229

Answers (2)

NiK
NiK

Reputation: 1857

this seems like a bug in VS, please see below

http://connect.microsoft.com/VisualStudio/feedback/details/587691/vs2010-bug-intellisense-shows-empty-text-field-and-stops-working-correctly

and this bug is closed as "Not Reproducable"...

did you try restarting the VS? propbably, that should fix your problem.

If yes, can you try restarting the machine?

Upvotes: 0

btgunn
btgunn

Reputation: 56

The key combination you probably pressed was Ctrl + Alt + Space, which toggles the completion methods of intellisense.

Can be switched back to the other completion mode by going to: Edit-> Intellisense -> Toggle Completion Mode.

Upvotes: 4

Related Questions