get_symbol_info
Retrieve detailed information for a Java symbol at a position: kind, modifiers, signature, location. Requires the project to be loaded first.
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 |
|---|---|---|---|
| column | Yes | Zero-based column number | |
| line | Yes | Zero-based line number | |
| filePath | Yes | Path to source file |