goto_declaration
Navigate directly from a symbol's usage to its declaration in C/C++ by providing file, line, and column. Resolves header declarations for quick code inspection.
Instructions
Go to the declaration of a symbol (relevant in C/C++ for header declarations).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | Column number (1-indexed) | |
| file | Yes | Relative file path from project root | |
| line | Yes | Line number (1-indexed) |