Skip to main content

Editor & AI Assistance

Status: Live
Last reviewed: March 8, 2026
Applies to: Active projects in the editor
This page covers the current editor workflow exposed by the app, including file editing, PDF preview, AI assistance, and search.

Core Editor Layout

The editor workspace includes:
  • File tree and project navigation
  • Main code editor
  • PDF preview
  • Compilation output and problems
  • Search across the current project
  • Snapshots dialog and version-history access

AI Features Available Today

The app currently exposes AI assistance in the editor, including:
  • Inline AI editing and generation flows
  • Proofreading-oriented AI actions
  • AI-assisted problem fixing flows for compilation issues
  • Workflow suggestions based on file content patterns
Pages under /platform/ai-features describe broader roadmap items. Use this page as the canonical reference for what is available in the app today.

Common Workflows

Fix a LaTeX problem

  1. Compile your project.
  2. Open the problems/output area.
  3. Review the failing line or error.
  4. Use the available AI-assisted fix flow or correct the source manually.
  5. Recompile and verify the PDF output.

Use inline AI

  1. Place the cursor in the file you want to edit.
  2. Trigger the inline AI action from the editor workflow.
  3. Review the proposed change.
  4. Accept or reject the suggestion.

Search the project

Use the project search workflow to jump to files and optionally scroll to specific lines.

What This Page Does Not Promise

  • It does not treat all roadmap AI ideas as live.
  • It does not claim citation database integrations are public and fully documented.
  • It does not claim a separate suggestion-mode review system beyond the currently shipped editor workflows.