### How to reproduce * Open a new RPGLE * type **free * type %scan(code); * insert colon before 'code': %scan(:code); * Error ``` **free %scan(:code); ``` <details><header>Output</header> [Error - 12:42:12 PM] Request textDocument/signatureHelp failed. Message: Request textDocument/signatureHelp failed with message: Cannot read properties of undefined (reading 'range') Code: -32603 <img width="1474" height="977" alt="Image" src="https://github.com/user-attachments/assets/f11d6b91-2abc-44b1-9346-8ee30756c636" /> </details>