Rust Analyzer Lsp
PassedProvides 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 viewsSkill Content
701 charactersrust-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
Step 2: Install plugin