Stats
Actions
Tags
From rust-analyzer
rust-analyzer provides code intelligence for Rust — diagnostics, go-to-definition, find references, hover info, and symbol listing for .rs files.
This LSP server requires rust-analyzerto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"rust": {
"command": "rust-analyzer",
"extensionToLanguage": {
".rs": "rust"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
rust-analyzerstdioInitialization options and workspace settings
npx claudepluginhub boostvolt/claude-code-lsps --plugin rust-analyzer