Hannes Pavelka
It isn't rocket science. Well, unless of course you're NASA

Visual Studio 2005 InteliSense completes if you hit space bar

Friday, November 11, 2005 1:04 PM

Upon default Visual Studio 2005 will complete a selection if you hit the space bar.

That means, if you plan to use a not yet declared variable, e.g. "radio" and hit the space bar intellisense will kindly complete it to RadioButton for you.

This really is not how I wan't intellisense to behave.

It's enough for me if intelisense completes upon tab.  Luckily, it's possible to disable that behaviour.

Go to Tools->Options->Text Editor->C#->Intellisense and uncheck Committed by pressing the space bar

 


Feedback

# re: Visual Studio 2005 InteliSense completes if you hit space bar

You made my day! That behaviour drove me nuts. Thx! 11/11/2005 3:23 PM | Carsten Delinser

Post a comment