goToDeclaration
Navigate to the declaration of a symbol, such as a header file or type definition, instead of its implementation.
Instructions
Go to the declaration of a symbol (header file in C/C++, .d.ts entry in TypeScript). Unlike goToDefinition, navigates to the 'declare' statement rather than the implementation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace or absolute path | |
| line | Yes | Line number (1-based) | |
| column | Yes | Column (1-based) |