go_to_definition
Jump to the definition of a symbol at a specific file location using LSP to find type declarations, function implementations, or variable assignments across the 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 |
|---|---|---|---|
| line | Yes | ||
| column | Yes | ||
| file_path | Yes | ||
| language_id | No | ||
| position_pattern | No |