Skip to content
Theme:

LSP

The lsp server provides language-aware code intelligence — symbol lookup, diagnostics, document structure, workspace search, and rename — powered by Language Server Protocol servers.

ToolDescription
lsp_symbolGo to definition, find references, hover info, implementations, call hierarchy
lsp_documentList all symbols in a file (functions, structs, modules)
lsp_check_errorsGet compiler errors and warnings without running a build
lsp_workspace_searchSearch for symbols across the entire workspace by name
lsp_renameRename a symbol across the entire workspace