Skip to content

anthropics/rust-analyzer-lsp

claude-codeOfficial

# rust-analyzer-lsp Rust language server for Claude Code, providing code intelligence and analysis. ## Supported Extensions `.rs` ## Installation ### Via rustup (recommended) ```bash rustup component add rust-analyzer ``` ### Via Homebrew (macOS) ```bash brew install rust-analyzer ``` ### Via package manager (Linux) ```bash # Ubuntu/Debian sudo apt install rust-analyzer # Arch Linux sudo pacman -S rust-analyzer ``` ### Manual download Download pre-built binaries from the [releases page](

0 stars
✅ Reviewed by My AI Guide

Our Review

  • Full Rust type inference and borrow checking.
  • Ensures compilable code output.
  • Comprehensive diagnostics.

Our Verdict

Rust LSP for Claude Code offering code intelligence and analysis on .rs files. For developers building Rust tools in Claude Code environments. Differentiates with Claude Code-specific integration over standard rust-analyzer.

Frequently Asked Questions

How to install rust-analyzer-lsp?

Use rustup component add rust-analyzer, the recommended method. On macOS try brew install rust-analyzer; on Linux use sudo apt install rust-analyzer or sudo pacman -S rust-analyzer; or download binaries from releases.

What is rust-analyzer-lsp?

# rust-analyzer-lsp Rust language server for Claude Code, providing code intelligence and analysis. ## Supported Extensions `.rs` ## Installation ### Via rustup (recommended) ```bash rustup component add rust-analyzer ``` ### Via Homebrew (macOS) ```bash brew install rust-analyzer ``` ### Via package manager (Linux) ```bash # Ubuntu/Debian sudo apt install rust-analyzer # Arch Linux sudo pacman -S rust-analyzer ``` ### Manual download Download pre-built binaries from the [releases page](

How do I install rust-analyzer-lsp?

Visit the GitHub repository at https://github.com/anthropics/claude-plugins-official/tree/main/plugins/rust-analyzer-lsp for installation instructions.

What license does rust-analyzer-lsp use?

rust-analyzer-lsp uses the Proprietary license.

What are alternatives to rust-analyzer-lsp?

Explore related tools and alternatives on My AI Guide.

🔒

Open source: source code publicly visible

Anyone can inspect exactly what this repo does on GitHub before using it. Proprietary licensed.

Reviewed by My AI Guide for relevance, quality, and active maintenance before listing.

Install in Claude Code:

/install rust-analyzer-lsp

Related Tools

View all