nav_type
Resolve the type signature and documentation at a specific position in your code using live language server type checking.
Instructions
Live hover: resolved type signature and docs at a position, from the language server's type checker. The authoritative answer to 'what type is this?' — the map only stores parse-time signatures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | No | 1-based column (UTF-16 units) | |
| file | Yes | Repo-relative path, posix separators | |
| line | Yes | 1-based line | |
| tokenBudget | No | Max tokens for the response. Lists are truncated to fit, with a note saying what was dropped and how to get it back. |