search_in_symbols
Find code matches using regular expressions and see the enclosing function or class for each result, along with file and line location.
Instructions
Regex search that returns the enclosing function/class for each match, in addition to file:line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Regular expression pattern to search for. | |
| project | No | Project name/path (default: active). | |
| max_results | No | Maximum number of results to return (default 100, 0 = unlimited). |