Visual Studio Code

Visual Studio Code

Install C works out-of-the-box with Visual Studio Code.

Go to Visual Studio Code, and Install some useful extensions:

C/C++ - For quickly detecting problems in your code.

Code Runner - The default way to run C programs in VS Code is slow and over-kill for small, single-file programs. I would recommend using the code runner extension. It adds a small ‘run’ icon which is easy to use.