How to change tab with enter key for autocomplete?

六眼飞鱼酱① 提交于 2021-01-22 09:43:11

问题


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 ?


回答1:


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


来源:https://stackoverflow.com/questions/50540093/how-to-change-tab-with-enter-key-for-autocomplete

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!