A sleek, modern, and lightweight Code Playground integrated directly into your VS Code Side Bar. Run code snippets, test inputs, and keep notes without switching context.
✨ Features
Integrated Environment: Write code in your main editor, manage Input/Output in the sidebar.
Multi-Language Support: Works with Python, JavaScript, C++, Java, Rust, and more (configurable).
Sleek UI: Modern, glass-like design that respects your VS Code theme.
Persistent Notes: Scribble down thoughts, edge cases, or TODOs. Notes are saved automatically.
Local Execution: Runs code on your machine using your own compilers/interpreters. No cloud dependencies.
🚀 Getting Started
Open any file (e.g., script.py).
Open the Code Playground view from the Activity Bar or Side Bar.
Enter your program input in the Input tab.
Click Run Code (or invoke the command).
View results in the Output tab.
⚙️ Configuration
This extension relies on your local environment. You can configure the execution command for each language.