From rust-analyzer
rust-analyzer provides code intelligence for Rust: diagnostics, go-to-definition, find references, hover information, symbols, and call hierarchy for .rs files.
npx claudepluginhub piebald-ai/claude-code-lsps --plugin rust-analyzerThis LSP server requires rust-analyzerto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"rust": {
"command": "rust-analyzer",
"extensionToLanguage": {
".rs": "rust"
}
}
}
}rust-analyzerstdioInitialization Options:
{}Settings:
{}