LSP
The lsp server provides language-aware code intelligence — symbol lookup, diagnostics, document structure, workspace search, and rename — powered by Language Server Protocol servers.
| Tool | Description |
|---|---|
lsp_symbol | Go to definition, find references, hover info, implementations, call hierarchy |
lsp_document | List all symbols in a file (functions, structs, modules) |
lsp_check_errors | Get compiler errors and warnings without running a build |
lsp_workspace_search | Search for symbols across the entire workspace by name |
lsp_rename | Rename a symbol across the entire workspace |