lsp_workspace_symbols
Search for code symbols across your entire workspace by name to quickly navigate and understand project structure. Supports fuzzy matching and filtering by symbol types like classes, functions, or variables.
Instructions
Search for symbols across the entire workspace by name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query to match symbol names (supports fuzzy matching) | |
| kinds | No | Filter results to specific symbol kinds (e.g., "Class", "Function", "Variable") | |
| limit | No | Maximum number of results |