goToDefinition
Navigate to the definition of a symbol by providing file path, line, and column, using VS Code Language Server Protocol.
Instructions
Go to the definition of a symbol at a given position using VS Code LSP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace or absolute path | |
| line | Yes | Line number (1-based) | |
| column | Yes | Column (1-based) |