I am completely new to C programming and I have just installed vs code on my desktop and I have been told that you should download this extension called intellisense for c/c++ but it is not auto filling some commands like printf, I always get yellow bulb in the printf line and it says edit includepath setting what should I do?
Asked
Active
Viewed 36 times
0
-
1I think you should check official documentation: https://code.visualstudio.com/docs/cpp/config-mingw#_cc-configurations. Hope `c_cpp_properties.json` configuration will help you – yemo Dec 29 '21 at 12:41