lsp_workspace_symbols
Search across workspace symbols in a codebase by query, with optional language filter and result limit.
Instructions
Request workspace/symbol from the LSP server and return normalized symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query string. | |
| language | No | Language to search in, or 'auto' for all. | auto |
| maxResults | No | Maximum number of results to return. |