Find symbol
find_symbolLocate any function, class, interface, or method by name in JavaScript and TypeScript projects. Returns file, line, kind, and visibility so you can jump directly to the definition.
Instructions
Find functions, classes, interfaces, types, enums, constants, or methods by name across JavaScript and TypeScript files. Returns file, line, kind, and visibility so you can jump straight to the definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Restrict matches to one symbol kind | |
| path | Yes | Absolute path to the repository root | |
| limit | No | Maximum matches to return (default 20) | |
| query | Yes | Case-insensitive symbol name or fragment to search for |