get_info_on_location
Retrieve type info, documentation, and context for symbols at any file position via LSP hover. Clarify variable types, function signatures, and module documentation while coding.
Instructions
Get information on a specific location in a file via LSP hover. Use this tool to retrieve detailed type information, documentation, and other contextual details about symbols in your code. Particularly useful for understanding variable types, function signatures, and module documentation at a specific location in the code. Use this whenever you need to get a better idea on what a particular function is doing in that context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| column | Yes | ||
| file_path | Yes | ||
| language_id | No | ||
| position_pattern | No |