find_symbol
Locate a symbol anywhere in the project using language-server intelligence instead of text search. Get each match with its file and line.
Instructions
Find a symbol by name anywhere in the project, resolved by the language server rather than by text search. Returns each match with its file and line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Symbol name or fragment | |
| limit | No | Max results (default 25) |