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

Installation

claude plugins add rust-analyzer-lsp@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "rust-analyzer-lsp@claude-plugins-official": true
  }
}

Commands

/rust-checkRun cargo check with enhanced diagnostics
/rust-expandExpand Rust macros
/rust-clippyRun Clippy lints

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub