search_symbols
Search for Dart symbols across a workspace using a partial name query, returning matching symbols with their file locations.
Instructions
Search for symbols across the workspace.
Args: project_path: Absolute path to Dart project root. query: Search query (partial name match).
Returns: List of matching symbols with locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |