无需配置一键调试运行vscode的c/cpp文件,裸vscode依然可用,Zero Config C/C++ ,Out-of-the-box C/C++ environment with embedded LLVM. No setup, no brain, no problem. | Author: RealSXB(Nebulazeyv)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
NBCpp is a VS Code extension designed to make C/C++ development effortlessly simple. It allows you to compile and debug C/C++ code immediately after installation, without any manual configuration.
Key Features
Out-of-the-Box: Just click run. No need to write tasks.json or launch.json.
Embedded Toolchain: Comes with a built-in micro LLVM toolchain. Works even on a fresh Windows installation without MinGW/VS.
Smart Detection: Automatically detects system compilers (GCC/Clang/MSVC) and falls back to the embedded one if none are found.
How to use
Open a folder and select.c or .cpp file.
Click the Smart Run button in the top-right corner.