get_workspace_symbols
Search for symbols across a TypeScript workspace by name using fuzzy matching. Provides faster results than standard find for simple name lookups.
Instructions
Fast symbol search across the workspace by name. Faster than the find tool for simple name lookups. Supports fuzzy matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query for symbol names | |
| maxResults | No | Maximum number of results (default: 100) |