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
