AHK_THQBY_Document_Symbols
Extract symbols from AutoHotkey v2 code to identify classes, methods, functions, variables, hotkeys, and labels using the THQBY LSP server.
Instructions
Document symbols via THQBY AutoHotkey v2 LSP (vscode-autohotkey2-lsp). Returns classes, methods, functions, variables, hotkeys, and labels using the external LSP server. Accepts direct code or a file path (falls back to active file).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | AutoHotkey v2 source code to analyze | |
| filePath | No | Optional file path for better symbol resolution (.ahk) | |
| timeoutMs | No | Timeout in milliseconds (default 15000) |