get_info_on_location
Retrieve type information, documentation, and context for symbols at a specific file location. Understand variable types, function signatures, and module docs directly in your code.
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. Requires the file to be opened first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | Line number | |
| column | Yes | Column position | |
| file_path | Yes | Path to the file | |
| language_id | Yes | The programming language the file is written in |