How do you enable auto-complete functionality in Visual Studio C++ express edition?

后端 未结 10 853
有刺的猬
有刺的猬 2021-02-05 13:55

Please guide me, how do you enable autocomplete functionality in VS C++? By auto-complete, I mean, when I put a dot after control name, the editor should display a dropdown menu

10条回答
  •  北海茫月
    2021-02-05 14:52

    I came across over the following post: http://blogs.msdn.com/b/raulperez/archive/2010/03/19/c-intellisense-options.aspx

    The issue is that the "IntelliSense" option in c++ is disabled. This link explains about the IntelliSense database configuration and options.

    After enabling the database you must close and reopen visual studio for autocomplete use 'ctrl'+'space'

提交回复
热议问题