search_in_symbols
Search code with regular expressions to locate matches with their enclosing function or class, providing file and line context.
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. | |
| max_results | No | Maximum number of results to return (default 100, 0 = unlimited). | |
| project | No | Project name/path (default: active). |