Quick overview
rust-analyzer is a language server for Rust that provides code intelligence through the Language Server Protocol. It offers autocomplete, go-to-definition, find references, real-time diagnostics, and refactoring in any LSP-compatible editor. It replaced the older Rust Language Server (RLS) and is now the officially maintained option.
It is the officially maintained Rust language server with faster indexing and more accurate analysis than its predecessor RLS.
Common tasks
- Navigating a large Rust codebase with go-to-definition
- Catching type and borrow checker errors before running cargo build
- Renaming a struct or function across an entire project
- Viewing inlay type hints while writing complex generic code
- Expanding macros to inspect generated Rust code
Install paths
Primary command
openclaw install bowen31337/rust-analyzer-lsp
ClawHub installer
npx clawhub@latest install bowen31337/rust-analyzer-lsp
OpenClaw CLI
openclaw skills install bowen31337/rust-analyzer-lsp
Direct OpenClaw install
openclaw install bowen31337/rust-analyzer-lsp
Skill metadata
- Category: Coding Agents & IDEs
- Language: Markdown
- Version: 1.0.0
- Security status: Benign
Review upstream source
The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/bowen31337/rust-analyzer-lsp






