Run! Extension

Run any code instantly from your VS Code editor. One click. Any language. Minimal setup.

📥 Install in VS Code

Lightning Fast

Execute your code with a single click. No complex setup or configuration needed. Just write and run!

🌍

Multi-Language Support

Supports 13+ programming languages including C, Python, Java, JavaScript, Go, Rust, and more.

🛡️

Safe Mode

Advanced safe mode creates temporary executables and cleans up automatically, keeping your workspace tidy.

⚙️

Custom Configuration

Create .Run files for project-specific settings or global configurations for all your projects.

🖥️

Cross-Platform

Works seamlessly on Windows, macOS, and Linux with platform-specific optimizations.

🎯

Smart AutoComplete

Intelligent code completion for .Run configuration files with context-aware suggestions.

🚀 Quick Start Guide

1

Install Extension

Search for "Run!" in VS Code Extensions or click the install button above.

2

Open Code File

Open any supported code file (.py, .java, .c, .cpp, .js, etc.)

3

Click Run Button

Click the "▶️ Run" button in the status bar or use Ctrl+Cmd+R.

4

See Magic!

Your code compiles and runs automatically in the integrated terminal.

Supported Languages

C
C++
Python
Java
JavaScript
TypeScript
Go
Rust
PHP
Ruby
C#
Dart
LaTeX

📚 Complete Learning Guides

⚡ Quick Shortcuts & Commands

⌨️

Keyboard Shortcuts

Ctrl+Cmd+R Run current file
Ctrl+Shift+P Command Palette
🎯

Command Palette

Run!: Run Code Execute current file
Run!: Create Run file Create .Run configuration
Run!: Show Walkthrough Interactive tutorial

Quick Configuration Example

# .Run configuration file
# Place this in your project root for custom settings

[c]
compileFlags: -g -std=c99
runCommand: ./{filename}
safeMode: true

[python]
runCommand: python3 {filenameWithExt}

[java]
compileFlags: -cp .
runCommand: java {filename}

Ready to Get Started?

Install the extension and follow our step-by-step guides above!

📥 Install Run! Extension