c# - Stop default Autocomplete behavior when hitting spacebar in Visual Studio 2015 -


note keyword here "default". know can hit escape , default behavior gets aborted. don't want hit escape key every time ide thinks knows want. didn't have in 2013.

addendum 2 seems i'm still having difficulty communicating i'm after here. want happen nothing when press space bar... want space character show on screen. time want ide insert suggestion when hit tab bar. hope that's clearer?

this driving me nuts. 2013 , before allowed set completion characters (maybe resharper?) in 2015 see no way stop default behavior of autocomplete.

for example, have class foo, don't have namespace specified already, yet have class foobar in 1 of specified namespaces, if type:

public void dosomething(foo// <-- space) 

...it automatically puts foobar. how heck turn off behavior?

i should mention still want autocomplete, on tab though.

edit -> intellisense -> toggle completion mode

from : https://msdn.microsoft.com/en-us/library/hcw1s69b.aspx

"you can change suggestion mode, in text type inserted code. example, if enter identifier not in list , press tab, in completion mode entry replace typed identifier. toggle between completion mode , suggestion mode, press ctrl+alt+spacebar or click edit/intellisense/toggle completion mode."


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -