Overview
Type/ in the Parsaa composer to trigger a built-in automation on the focused Xcode file. A suggestion menu appears as you type and filters to matching commands.
Available Commands
| Command | Title | What it does |
|---|---|---|
/tests | Generate Tests | Write unit tests for the focused file |
/docs | Generate Docs | Write doc comments for the focused file |
/migrate | Modernize APIs | Modernize deprecated Apple APIs in the focused file |
/analyze | Analyze APIs | Detect deprecated Apple APIs — free, no rewrite |
/tests and /docs are gated on their generators being enabled in Settings → Automation. /migrate and /analyze open the Parsaa Modernize flow — see Modernize APIs.How It Works
Type the command
In the composer, type
/ and pick a command (e.g. /tests). You can add extra instructions after the trigger.Related
Test Generation
Configure framework, naming, mocks, and coverage.
Documentation Generator
Configure DocC or Markdown output.
Modernize APIs
Detect and rewrite deprecated Apple APIs.
Skills
Author your own slash commands.