Claude aecd4c852f Add Apache 2.0 LICENSE files to all internal plugins 6 달 전
..
LICENSE aecd4c852f Add Apache 2.0 LICENSE files to all internal plugins 6 달 전
README.md 1d99e18048 Add installation instructions to LSP plugin READMEs 8 달 전

README.md

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