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
Install Extension
Search for "Run!" in VS Code Extensions or click the install button above.
Open Code File
Open any supported code file (.py, .java, .c, .cpp, .js, etc.)
Click Run Button
Click the "▶️ Run" button in the status bar or use Ctrl+Cmd+R.
See Magic!
Your code compiles and runs automatically in the integrated terminal.
Supported Languages
📚 Complete Learning Guides
⚡ Quick Shortcuts & Commands
Keyboard Shortcuts
Command Palette
Quick Configuration Example
# 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