When I code in C using VScode, I don't see any problems during the coding. Here is a screenshot as an example:
As you can see, the editor doesn't tell me anything about the printf22
that I wrote.
When I code in C using VScode, I don't see any problems during the coding. Here is a screenshot as an example:
As you can see, the editor doesn't tell me anything about the printf22
that I wrote.
Put the minGW C compiler into the path of your system properly, then try to run
Try with VS extension "C/C++ Clang Command Adapter" or "Visual Studio IntelliCode" from VS code. That would give you warning before compilation.