The browser Web IDE is a Monaco editor with a file tree, Ctrl+Enter run, one-click Deploy, live Logs / traces, and the shortcut palette—same engine as VS Code for syntax highlighting, IntelliSense, and multi-file editing.
File Management
- Create files/folders with the toolbar buttons or Alt+N / Alt+Shift+N.
- Rename with F2 or double-click a file name.
- Drag and drop files or entire folders from your desktop onto the file tree.
- Delete with the Delete key or the trash icon.
AI Code Generation
Click the sparkle button (Ctrl+G) to generate code with AI. Describe what you want in natural language and the AI writes the implementation.