Overview Version History Q & A Rating & Review
C - Compile & Run
🏁 This project is finished 🏁
Description
Simplify your C programming workflow with the C Compile & Run extension. This extension provides a seamless experience for compiling and running C programs with GCC directly within Visual Studio Code
Features
🚀 One-Click Compilation: compile your C programs with a single click
🖥️ Integrated Execution: run your compiled programs directly within the VSCode terminal
⚙️ Quick Setup: automatically detect and configure
How to Run
In VSCode search for C - Compile & Run
in extensions tab
Or
Launch VS Code Quick Open (Ctrl+P), paste ext install MateusPitura.c-compile-run
, and press enter
For devs:
git clone git@github.com:MateusPitura/extension-typescript-c.git
npm install
To test, press F5
To create a .vsix
file, run vsce package
Technologies Used
✔️ TypeScript
Authors
Mateus Pitura