go_to_definition
Navigate to the definition of a symbol in your code by specifying file, line, and column. Returns the exact file path and position of type declarations, function implementations, or variable assignments.
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 |