get_file_symbols
Retrieve all indexed symbols for a file across multiple workspaces. Query function declarations, classes, and variables from the code index.
Instructions
Get all indexed symbols for a specific file. Searches across all provided workspaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace-relative file path. | |
| ignoreGlobs | No | ||
| workspacePath | No | Single absolute workspace path (use workspacePaths to supply multiple). | |
| workspacePaths | No | Absolute paths to the workspaces to operate on. |