问题
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