get_workspace_symbols
Search for symbols across the entire workspace via LSP. Returns matching symbols with name, kind, location, and optional hover details.
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 |