Navigate to Symbol
navtoSearch for symbols by name across the workspace. Returns matching symbols with their file locations and kinds.
Instructions
Workspace-wide symbol search by name. Takes a search string and returns matching symbols across all project files with their locations and kinds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Optional file for project context (absolute or relative to cwd) | |
| searchValue | Yes | Symbol name or prefix to search for | |
| maxResultCount | No | Maximum number of results to return | |
| currentFileOnly | No | If true, only search the specified file |