go_to_definition
Navigate to symbol definitions in code by specifying file location. Use this tool to jump to type declarations, function implementations, or variable assignments across your codebase.
Instructions
Jump to the definition of a symbol at a specific location in a file via LSP. Returns the file path and position where the symbol is defined. Useful for navigating to type declarations, function implementations, or variable assignments across the codebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| language_id | No | ||
| line | Yes | ||
| column | Yes | ||
| position_pattern | No |