go_to_symbol
Navigate directly to symbol definitions using dot-notation names like "LSPClient.GetReferences" when you know the symbol but not its file location. Uses workspace search to find definitions without requiring file paths or line numbers.
Instructions
Navigate to a symbol definition by dot-notation name (e.g. "LSPClient.GetReferences", "http.Handler") without needing file_path or line/column. Uses workspace symbol search to locate the definition. Useful when you know the symbol name but not its location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_path | Yes | ||
| workspace_root | No | ||
| language | No |