search_pattern
Find symbol occurrences in Xcode projects using pattern matching to support code navigation and refactoring tasks.
Instructions
Search for symbol occurrences matching a pattern.
Args: pattern: The pattern to search for options: Optional list of search options. Valid options are: - anchorStart: Match pattern at start of symbol name - anchorEnd: Match pattern at end of symbol name - subsequence: Match pattern as subsequence (not exact match) - ignoreCase: Case-insensitive matching
Returns: Dict containing matching canonical symbol occurrences
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| options | No |