Back to Plugins
Rust Analyzer LSP
Rust language server with borrow checker feedback and lifetime analysis. Real-time error detection, macro expansion, and intelligent code completion for Rust development.
rustlspofficial
By Anthropic
Installation
claude plugins add rust-analyzer-lsp@claude-plugins-officialConfiguration
{
"enabledPlugins": {
"rust-analyzer-lsp@claude-plugins-official": true
}
}Commands
/rust-checkRun cargo check with enhanced diagnostics/rust-expandExpand Rust macros/rust-clippyRun Clippy lintsHow to install
- Open Claude Code in your terminal
- Run the installation command above
- The plugin will be enabled automatically
- Use the plugin's features in your Claude Code sessions