find_similar_code
Search a project for existing components, functions, or patterns to reuse and maintain consistency. Specify a code type and optional term to locate similar implementations across the codebase.
Instructions
Find existing similar components, functions, or patterns in the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project path to search in | /app |
| search_term | No | Specific term to search for in code (optional) | |
| component_type | No | Type of component/code to find (e.g., 'modal', 'button', 'api', 'form', 'service') | component |