Guide to the web code playground with 53 runtimes, 10 editor themes, 45 keyboard commands, Vim mode, Emmet support, AI code assistance, and instant sharing.
Cập nhật lần cuối: 29 tháng 7, 2026
Chọn từ 53 runtime.
Write code in a full-featured editor with syntax highlighting, intelligent auto-completion, bracket matching, line numbers, code folding, and find/replace.
Run supported snippets in the playground, review console output, format code, and create shareable links when you are ready to collaborate. Avoid putting secrets in shared snippets.
The Code Playground is a full-featured web IDE that lets you write, run, and share code in 53 runtimes without installing anything.
Whether you are prototyping a quick script, teaching a class, or debugging a snippet, the Code Playground gives you a zero-setup development environment accessible from any modern device.
JavaScript, Python, TypeScript, Java, C++, Go, Rust, Ruby, PHP, Swift, Kotlin, C#, Scala, Haskell, Lua, R, MATLAB, SQL, HTML, CSS, SCSS, JSON, XML, YAML, Markdown, Shell/Bash, PowerShell và 44 runtime khác — mỗi runtime có tô sáng cú pháp và định dạng phù hợp.
Choose from 10 carefully crafted themes designed for comfortable coding in any lighting condition. Themes affect editor colors, background, and UI elements.
Truy cập toàn bộ 45 lệnh của trình soạn thảo từ bảng lệnh tích hợp. Các phím tắt chính bao gồm Ctrl+Enter (chạy), Ctrl+S (định dạng), Ctrl+/ (bật/tắt chú thích), Ctrl+H (tìm & thay thế), Ctrl+D (chọn lần xuất hiện kế tiếp), Ctrl+L (chọn dòng), Ctrl+Shift+K (xóa dòng), Alt+Up/Down (di chuyển dòng), và Ctrl+Shift+P (mở bảng lệnh). Mọi phím tắt cũng có sẵn trong menu để dễ tìm.
The output terminal displays console output, runtime errors, and execution results as you work. Standard output and standard error are color-coded for easy distinction.
Generate shareable links for collaboration, download code as files, and keep examples tidy with the file tools. Avoid sharing secrets or private credentials in snippets.
The integrated AI assistant panel offers inline code suggestions, explanations, and refactoring help. Use sample code when asking for help with private or sensitive projects.
Power users can enable Vim mode for full modal editing — Normal, Insert, Visual, and Visual Line modes with all standard motions (h/j/k/l, w/b/e, gg/G), operators (d/c/y), text objects (iw, i", a{), and Ex commands (:w, :q, :s). Emmet is also available for rapid HTML/CSS expansion with Tab-triggered abbreviations.