lsp_smart_search
Search for code symbols to get definitions, references, implementations, and call hierarchy in one efficient LSP query.
Instructions
Comprehensive symbol search combining multiple LSP operations in one call. Get definition, references, implementations, type info, and call hierarchy for a symbol. More efficient than calling multiple individual tools.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the source file | |
| line | Yes | Line number (1-indexed) | |
| column | Yes | Column number (1-indexed) | |
| include | No | Which information to include in results | |
| references_limit | No | Maximum number of references/implementations to return |