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

后端 未结 10 836
有刺的猬
有刺的猬 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:47

    'ctrl'+'space' will open C/C++ autocomplete.

    0 讨论(0)
  • 2021-02-05 14:50

    All the answers were missing Ctrl-J (which enables and disables autocomplete).

    0 讨论(0)
  • 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'

    0 讨论(0)
  • 2021-02-05 14:54

    Have you tried Visual Assist X ? Sort of lights up the VS editor.

    0 讨论(0)
提交回复
热议问题