symbol_occurrences
Retrieve symbol information at specific file locations to support code navigation and refactoring tasks in Xcode projects.
Instructions
Get symbols occurring at a specific location in a file.
Args: filePath: Absolute path to the file lineNumber: Line number in the file
Returns: Dict containing symbol information at the specified location
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | ||
| lineNumber | Yes |