Select a code block in the editor and use the OrvixCode commands from the context menu.
| Command | What it does |
|---|---|
| Ask AI about selected code | Sends the selection to the OrvixCode panel with chat context. |
| Explain selected code | Explains behavior, important flow, and possible issues. |
| Fix selected code | Can prepare an applicable correction for detected problems. |
| Refactor | Aims to simplify or reorganize code while preserving behavior. |