Visual Studio 2015 Code support without hotkey

My VS 2015 doesn't seem to offer code completion unless I use ctrl + space or period. Is there an option for code-behind to auto-pop up as you type? I already have the "auto-list members" checked in the text editor -> All languages. This is really annoying because every time I have to use a hotkey for syntax keywords and variables.

thank

+3


source to share


2 answers


You can change intellisense settings in Options -> Text Editor -> C # -> IntelliSense



Make sure Show Completion List After Entering Character is checked.

+1


source


Tools -> Options -> Text Editor -> All Languages ​​(assuming you want it) -> General -> Statement Completion -> check "Automatic List Members"



+1


source







All Articles