> ## Documentation Index
> Fetch the complete documentation index at: https://ami.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Editor

> Use the integrated code editor

Open the integrated code editor with `Cmd+E` (macOS) or `Ctrl+E` (Windows/Linux).

The editor gives you a full VSCode experience inside ami.

## Features

* Browse and edit any file in your project
* Syntax highlighting for all languages
* Right-click a file to add it to your chat
* Select code and add it as a mention with line ranges
* Linter errors sync back to ami automatically

## Opening and Closing

| Action        | Shortcut               |
| :------------ | :--------------------- |
| Toggle editor | `Cmd+E` / `Ctrl+E`     |
| Close         | Click the **X** button |

If Review Mode was open before, it reopens automatically when you close the editor.
