ColacX
ColacX

Reputation: 4032

edit autocomplete settings in visual studio 2010

Where can i change the settings of autocomplete / intelliSense in visual studio 2010? - Suggestions list shows for every character typed, somewhat annoying. - Spacebar(and a lot of other characters) is commiting suggestions.

Upvotes: 4

Views: 10104

Answers (2)

Geovane Jorge
Geovane Jorge

Reputation: 1

Tools -> Options -> Text Editor -> C# -> IntelliSense

screenshot

Upvotes: 0

ColacX
ColacX

Reputation: 4032

to edit the auto-complete / intellisense settings in visual studio 2010. go to Tools -> Options... -> TextEditor -> C# -> IntelliSense

Default settings will always show a suggestion list for every character you type, and pressing spacebar (as well as a lot of other stupid characters) will always "commit" the current selected suggestion. Turn that dumb stuff off. Ofcourse you want the Enter key as the "commit" action, to do that just remove all characters and uncheck "Commited by pressing the spacebar".

http://msdn.microsoft.com/en-us/library/vstudio/fcf2zk43(v=vs.100).aspx

Upvotes: 4

Related Questions