The C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging.
C/C++ extension tutorials per compiler and platform
- Microsoft C++ compiler (MSVC) on Windows
- GCC and Mingw-w64 on Windows
- GCC on Windows Subsystem for Linux (WSL)
- GCC on Linux
- Clang on macOS
- Editing features (IntelliSense)
- IntelliSense configuration
- Enhanced colorization
- Debugging
- Debug configuration
- Enable logging for IntelliSense or debugging