Give your file a name so it can be saved to the cloud.
| Action | Shortcut |
|---|---|
| Run code | Ctrl+Enter |
| Toggle comment | Ctrl+/ |
| Format / Beautify | Shift+Alt+F |
| Find in editor | Ctrl+F |
| Find & Replace | Ctrl+H |
| Autocomplete | Ctrl+Space |
| Select next occurrence | Ctrl+D |
| Indent selection | Tab |
| Unindent selection | Shift+Tab |
| Jump to line | Ctrl+G / Alt+G |
| Toggle word wrap | Alt+Z |
| Increase font size | Ctrl+= |
| Decrease font size | Ctrl+- |
| Reset font size | Ctrl+0 |
| This dialog | Ctrl+Shift+? |
| Share / Collab panel | Ctrl+Shift+S |
| Open local file(s) | Ctrl+O |
| Open in new editor window | Ctrl+Shift+O |
| Drop file to open in new window | Alt + Drag & Drop |
| Split code view | Ctrl+\ |
| Explorer panel | Ctrl+Shift+E |
| Search panel | Ctrl+Shift+F |
| Source Control panel | Ctrl+Shift+G |
| Tips & Reference panel | Ctrl+Shift+T |
| Start / close tutorial tour | Ctrl+Shift+H |
| Command palette | Ctrl+Shift+P |
| Toggle AI insights | Ctrl+Shift+L |
| Preview device presets | Alt+1 / Alt+2 / Alt+3 |
| Zen / Focus mode | F11 |
| ⚡ Boilerplate Snippets — type trigger then Tab or Enter | |
|---|---|
| ! (any language) | Full starter boilerplate |
| html5 / doc (HTML) | HTML5 page skeleton |
| bs5 / bootstrap (HTML) | Bootstrap 5 page |
| main (Java / C++ / C# / Rust / Go) | Entry-point function |
| psvm (Java) | sout | main() | System.out.println |
| class (JS / TS / Python / Java / C++ …) | Class skeleton |
| func / def / arrow | Function / def / arrow fn |
| iife (JS) | async (JS/TS) | IIFE | async/await function |
| reset / flexc / gridc / card (CSS) | CSS patterns |
| select / create / join (SQL) | SQL templates |
| readme / table (Markdown) | Markdown templates |
| struct / enum (Rust / C++ / Go) | Data structure |
| flask (Python) | http (Go) | Web server starters |