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

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

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

提交回复
热议问题