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.
- 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.
- Visual Studio Code installed.
- A C or C++ file open in the editor.
- No external compiler setup required, as PlayC includes a bundled compiler.
Note: PlayC currently does not offer configuration options. Customizable settings may be added in future updates.
- 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.
- Reduced file size
- Install Visual Studio Code from code.visualstudio.com.
- Open VS Code, go to the Extensions view (
Ctrl+Shift+X), and search for PlayC. - Click Install.
- Download the
.vsixfile from the release page. - In VS Code, navigate to Extensions > Install from VSIX.
- Select the downloaded
.vsixfile.
- Open a C or C++ file in the VS Code editor.
- Click the Run C/C++ button in the editor's toolbar.
- View the output in the integrated terminal.
Enjoy coding with PlayC! 🎉