Search code examples
visual-studiovisual-studio-2017

How to change tab with enter key for autocomplete?


Using VS2017 in C++ app. I found the intellisense only outline the word and I have to press on tab key for autocomplete while pressing on Enter does not autocomplete the word and start a new line so is there an option to use Enter instead of Tab ?


Solution

    • Goto => Tools >> Options >> Text Editor >> C/C++ >> Advanced >> IntelliSense
    • Change => Member List Commit Aggressive to True