Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ?

like image 647
zac Avatar asked May 26 '18 06:05

zac


2 Answers

  • Goto => Tools >> Options >> Text Editor >> C/C++ >> Advanced >> IntelliSense
  • Change => Member List Commit Aggressive to True
like image 55
ved prakash Avatar answered Nov 13 '22 23:11

ved prakash


This function worked for me in visual 2019

enter image description here

like image 36
Edwin Paz ss. - Avatar answered Nov 13 '22 23:11

Edwin Paz ss. -