AHK_File_View
View and analyze AutoHotkey files with structured display, syntax highlighting, and multiple viewing modes including raw, summary, and outline formats.
Instructions
View AHK files with structure analysis. Modes: structured (default), raw, summary, outline. Supports line ranges and syntax highlighting.
π Active File: Not set. Use AHK_File_Active to select a target.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Path to AutoHotkey file to view (defaults to active file) | |
| mode | No | View mode | structured |
| lineStart | No | Starting line number (1-based) | |
| lineEnd | No | Ending line number (1-based) | |
| maxLines | No | Maximum lines to display | |
| showLineNumbers | No | Show line numbers | |
| showMetadata | No | Show file metadata | |
| highlightSyntax | No | Apply syntax highlighting | |
| showStructure | No | Show code structure info |