Language:JapaneseEnglish

rust-analyzer-lsp Claude Code Plugin

Author
Anthropic
Category
Development
Topics
Code Search & Code Intelligence
Version
1.0.0
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-12 (UTC)
Source (GitHub) last updated
2026-02-20 (UTC) (188 days ago)

The 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.

About the service

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

Back to list