get_hover
Retrieve hover documentation and type information for a symbol in a Dart file by specifying its line and column position.
Instructions
Get hover information (documentation, type) for symbol.
Args: project_path: Absolute path to Dart project root. file_path: Absolute path to Dart file. line: 0-indexed line number. column: 0-indexed column number.
Returns: Hover content or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| column | Yes | ||
| file_path | Yes | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |