A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Hi @Sid Kraft ,
Thanks for reaching out.
In many cases, the messages that appear while typing in C++ are coming from IntelliSense or the C++ linter rather than Copilot itself.
Please try going to Tools > Options, then open Text Editor > C/C++ > IntelliSense. Under the Errors section, you can turn off options such as showing IntelliSense errors in the editor, showing them in the Error List window, and suggesting fixes for IntelliSense errors.
If you are also seeing style or linting suggestions, go to Text Editor > C/C++ > Code Style > Linter in the same Options window. From there, you can disable checks you do not want, or lower their severity so they are less intrusive.
If the suggestions are definitely coming from Copilot, you can also search for Copilot in Tools > Options and adjust or disable its inline suggestion settings.
Hope this helps! If my explanation and the information I provided were helpful, I would greatly appreciate it if you could follow the instructions here so others with the same problem can benefit as well.