BushWookie
BushWookie

Reputation: 51

C++ IntelliCode not working properly in VS 2019

I use Visual Studio 2019 Community and I just started to learn C++, but the IntelliCode looks not good. The "Desktop development with C++" installed along with its IntelliCode in the installer.

When I hover the mouse over a built-in function or class, it don't show me any description about it but at least I can see the syntax. I also can see the list of methods/properties when I start type. When I type a bracket or parenthesis the VS is not complete it automatically by its pair.

I use to code with C# and that's working fine! It shows the descriptions and complete automatically the brackets and so on... What is the problem with the C++, may I missed a setting?

Upvotes: 0

Views: 434

Answers (0)

Related Questions