PlayC is a simple VS Code extension that solves the biggest pain point for new C/C++ programmers: setting up the compiler. It's built for students, especially those learning in college, who are tired of dealing with complex configurations and old software like Code::Blocks. With PlayC, you get a pow
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
PlayC is a Visual Studio Code extension designed to streamline compiling and running C and C++ programs directly within the editor. It comes with a bundled compiler, removing the need for manual setup.
Features
One-click Compile & Run: Run your C/C++ code with a single click.
Integrated Terminal: View input and output directly in the VS Code terminal.
No Setup Required: Includes a bundled compiler for hassle-free use.
Cross-Platform: Compatible with Windows, macOS, and Linux.
Requirements
Visual Studio Code installed.
A C or C++ file open in the editor.
No external compiler setup required, as PlayC includes a bundled compiler.
Extension Settings
Note: PlayC currently does not offer configuration options. Customizable settings may be added in future updates.
Known Issues
Optimized for Windows with the bundled MinGW compiler. Other platforms may require a manually installed compiler.
Terminal focus may not function correctly on the first run.