Provides installation instructions for rust-analyzer, the Rust language server that enables code intelligence, autocomplete, and analysis features for .rs files in Claude Code. Requires manual installation of the rust-analyzer binary.

2.1kstars250forks
|509 views

Skill Content

701 characters

rust-analyzer-lsp

Rust language server for Claude Code, providing code intelligence and analysis.

Supported Extensions

.rs

Installation

Via rustup (recommended)

rustup component add rust-analyzer

Via Homebrew (macOS)

brew install rust-analyzer

Via package manager (Linux)

# Ubuntu/Debian
sudo apt install rust-analyzer

# Arch Linux
sudo pacman -S rust-analyzer

Manual download

Download pre-built binaries from the releases page.

More Information

Installation

Marketplace
Step 1: Add marketplace
/plugin marketplace add anthropics/claude-plugins-official
Step 2: Install plugin
/plugin install rust-analyzer-lsp@claude-plugins-official