When using Visual Studios 2012 for coding in C++, how do you autocomplete code selected in IntelliSense?

做~自己de王妃 提交于 2019-12-12 16:03:23

问题


When using IntelliSense, it would usually show up functions, members, and etc. in the dialog box. Usually at the very top of the dialog box, IntelliSense would automatically select the most relevent C++ code that fits what the user typed.

I want the IntelliSense to help me autocomplete the word I was typing, but whenever I press Enter key, it would just insert a new line, and not autocomplete it for me.

The only workaround for me is to press Down key, and then press Enter, in order to achieve this. Are there any other methods of making this process easier? It's annoying for me not being able to autocomplete C++ codes when pressing Enter key.


回答1:


In C++, press TAB key to autocomplete.



来源:https://stackoverflow.com/questions/14599232/when-using-visual-studios-2012-for-coding-in-c-how-do-you-autocomplete-code-s

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