Code Editor

Overview

The code editor is the center panel of the workspace. It shows your project files with syntax highlighting.

Viewing files

Click any file in the file tree to open it in the editor.

Editing code

You can edit code directly in the editor. Your changes save automatically and persist across sessions, so you won't lose work if you close the browser.

Manual edits are not deployed until you click Deploy.

AI-generated code

When the coding agent writes or edits files during a build, changes appear in the editor in real time. After the build finishes, review the code and make any manual adjustments before deploying.

Code sync

When you open a workspace, SheetEngine checks whether your saved draft matches what's currently live on your spreadsheet. If they differ (for example, if someone edited the code outside SheetEngine), a sync dialog appears asking you to choose which version to keep.