AHK_Lint
Analyze and fix AutoHotkey v2 scripts with syntax, structure, and semantic checks. Choose from fast, standard, or thorough analysis levels and preview fixes before applying them.
Instructions
Lint AHK v2 scripts. Levels: fast (syntax), standard (default, +structure), thorough (+semantics). Supports autoFix with dryRun preview.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | Path to .ahk file (defaults to active file) | |
| level | No | Analysis depth | standard |
| includeStructure | No | Include code structure map | |
| forceRefresh | No | Bypass cache | |
| autoFix | No | Automatically fix fixable issues | |
| dryRun | No | Preview fixes without modifying file (requires autoFix: true) | |
| outputFormat | No | Output format | text |