structural_search
Search codebases by structural patterns to find matching syntax across symbol trees and code chunks, enabling precise code navigation and analysis.
Instructions
Perform a structural search across both symbol trees and code chunks to find structural matching syntax.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of structural matches to return. Defaults to 20, capped at 100. | |
| query | Yes | The query to run against structure trees and chunk indices. |