get_workspace_symbols
Search for code symbols across your workspace using LSP. Find functions, classes, and variables by name with optional detail enrichment and paginated results.
Instructions
Search for symbols across the entire workspace via LSP. Returns all matching symbols with name, kind, and location. detail_level controls enrichment: omit or use "basic" for names/locations only; use "hover" to also return hover info (type signature + docs) for a paginated window of results. limit (default 3) and offset (default 0) control which symbols get enriched — use offset to step through results without re-running the search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| detail_level | No | ||
| limit | No | ||
| offset | No |