search_in_files
Search for text or patterns across project files using glob patterns and regex to locate specific code or content within your development workspace.
Instructions
Search for text or pattern across project files
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Text or regex pattern to search | |
| file_pattern | No | File glob pattern (e.g., *.py) | |
| case_sensitive | No | Case sensitive search | |
| max_results | No | Maximum number of results |