Editor
Editor is Velork's code mode — a full VS Code-compatible IDE inside Desktop. Open it from the title bar Editor tab or press Cmd + Alt + E to exit Canvas.
What you get
Editor mode restores the standard workbench:
- File explorer — browse the project tree
- Terminal — run dev servers, tests, and scripts
- Source control — Git integration
- Extensions — install VS Code extensions
- Search — find across files
- Debug — launch configurations
Velork-specific panels (Design sidebar, task board) hide or defer to Editor chrome so you have maximum space for code.
Switch from Canvas
When implementing Agent output:
- Review the diff in chat
- Switch to Editor to inspect files
- Switch to Canvas (Cmd + Alt + C) to compare against design
The Get started checklist step Review in canvas and code expects both views.
VS Code settings
Editor-specific preferences live in native VS Code settings. From Velork Settings → General → Preferences, click Editor Settings or Keyboard Shortcuts.
Velork keybinding presets (VS Code, Vim, Emacs, Sublime) from first-run setup install the matching extensions on macOS.
Dev server for preview
Run your app from the integrated terminal. When a server is detected, Preview embeds in Canvas. See Preview.
Next steps
Workspace
Tasks, Canvas, and Editor title tabs
Chat
Agent edits land in Editor files
Tasks
Commit from task cards after Editor changes