get_symbol_info
Retrieve comprehensive details about any symbol at a given position in a Java source file, including its kind, modifiers, signature, and location.
Instructions
Get detailed information about any symbol at a position.
USAGE: Position on any symbol (type, method, field, variable) OUTPUT: Comprehensive info including kind, modifiers, signature, location
IMPORTANT: Uses ZERO-BASED coordinates.
Requires load_project to be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to source file | |
| line | Yes | Zero-based line number | |
| column | Yes | Zero-based column number |