How to cancel autocomplete in Visual Studio 2015 by pressing \"Space\"?
Looks like there is no such option.
When I see intellisense auto-complete list and pr
There is a way to turn off this particular behavior in Visual Studio 2015, while leaving the completion fully functional. However, this works only with some languages. In options:
Text Editor -> [your language] -> IntelliSense -> 'Only use Tab or Enter to commmit'
Worked for me for the Java Script editor, but there is no equivalent to C# (where I personally don't find this feature as annoying.