Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Zero Knowledge C Run CodeNew to Visual Studio Code? Get it now.
Zero Knowledge C Run Code

Zero Knowledge C Run Code

Zero Knowledge

|
6 installs
| (0) | Free
Run C code files directly from the context menu with a single click
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Zero Knowledge C Run Code

A simple, fast, and powerful VS Code extension that allows you to run C code files directly from the context menu with a single click. No configuration needed!

✨ Features

  • Right-click and Run: Run C code files directly from the context menu in the Explorer or Editor
  • Keyboard Shortcut: Press Ctrl+Shift+B (or Cmd+Shift+B on Mac) to instantly compile and run the current C file
  • Smart Compilation: Automatically compiles your C code before execution
  • Terminal Integration: Shows the output directly in a dedicated terminal window
  • Auto-save: Automatically saves your file before compilation if there are unsaved changes

📋 Requirements

  • You must have gcc compiler installed and available in your system PATH
  • Compatible with Windows, macOS, and Linux

🚀 How to Use

Method 1: Right-click Menu

  1. Right-click on any C file in the Explorer or Editor
  2. Select "Run C Code" from the context menu
  3. The file will be compiled and executed in a new terminal window

Method 2: Keyboard Shortcut

  1. Open a C file in the editor
  2. Press Ctrl+Shift+B (or Cmd+Shift+B on Mac)
  3. Your code will instantly compile and run

📥 Installation

From VSIX

  1. Download the .vsix package
  2. Open VS Code
  3. Go to Extensions view (Ctrl+Shift+X)
  4. Click "..." (top-right) and select "Install from VSIX..."
  5. Choose the downloaded VSIX file

From VS Code Marketplace

  1. Open VS Code
  2. Go to Extensions view (Ctrl+Shift+X)
  3. Search for "Zero Knowledge C Run Code"
  4. Click "Install"

🔍 Known Issues

  • The extension currently only supports C files with a .c extension
  • The extension assumes that gcc is installed and available in your PATH

📝 Release Notes

0.0.1

  • Initial release of Zero Knowledge C Run Code extension
  • Added right-click menu option for C files
  • Added keyboard shortcut (Ctrl+Shift+B) support
  • Auto-save feature before compilation

⭐ Feedback and Support

  • If you encounter any issues or have suggestions, please contact us
  • Your feedback helps make this extension better!

Enjoy coding with Zero Knowledge C Run Code!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft