Get Definition
get_definitionFind where symbols are defined in code files by specifying file path, line, and column positions for navigation and analysis.
Instructions
Resolve the definition locations for a symbol at a 1-based line and column in a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| workspaceRoot | No | ||
| projectTsconfigPath | No | ||
| line | Yes | ||
| column | Yes |