rust-analyzer-lsp Plugin
Plugin Claude Code Development Code Search & Code IntelligenceThe explanation below is AI-generated. Please verify it against the sources.
rust-analyzer-lsp is a plugin that provides the Rust language server for Claude Code, enabling code intelligence and analysis. According to the README, it supports .rs files. It can be installed via rustup (recommended), Homebrew on macOS, a Linux package manager (apt or pacman), or by manually downloading pre-built binaries from the rust-analyzer releases page. The homepage field is unknown, but the README links to the rust-analyzer website and its GitHub repository for more information.
Overview
This is a Claude Code plugin that integrates the rust-analyzer language server, rather than a standalone SaaS product.
What you can do with rust-analyzer-lsp
- Get Rust code intelligence and analysis within Claude Code for .rs files
- Install rust-analyzer via rustup (rustup component add rust-analyzer)
- Install rust-analyzer via Homebrew on macOS (brew install rust-analyzer)
- Install rust-analyzer via a Linux package manager (apt or pacman)
- Manually download pre-built binaries from the rust-analyzer releases page
- Refer to the rust-analyzer website and GitHub repository for more information
Sources
Original description (English)
Rust language server for code intelligence and analysis
History of rust-analyzer-lsp
- Plugin Added rust-analyzer-lsp