find_symbol
Search for functions, classes, methods, or variables in a project by name and kind. Returns file location, line number, and signature.
Instructions
Projede fonksiyon, sınıf veya değişken arar.
Args: path: Proje kök dizini name: Aranacak sembol adı (kısmi eşleşme desteklenir) kind: Sembol türü filtresi — "function", "class", "method", "variable" veya "all"
Returns: Eşleşen sembol listesi (dosya, satır, imza)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| name | Yes | ||
| kind | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |