rust-analyzer-lsp
Rust language server for code intelligence and analysis
Summary
The rust-analyzer-lsp skill integrates the Rust language server into Claude Code, providing real-time code intelligence such as autocompletion, go-to-definition, and error diagnostics.
- It helps Rust developers write correct code faster by surfacing type information and documentation directly in the chat interface.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install rust-analyzer-lsp@<marketplace>
/pluginUse Cases
Usage Examples
/rust-analyzer-lsp show type of variable x
Find the definition of the function `parse_config` in my Rust project.
List all compilation errors in the current file and suggest fixes.
Security Audits
Frequently Asked Questions
What is rust-analyzer-lsp?
The rust-analyzer-lsp skill integrates the Rust language server into Claude Code, providing real-time code intelligence such as autocompletion, go-to-definition, and error diagnostics. It helps Rust developers write correct code faster by surfacing type information and documentation directly in the chat interface.
How to install rust-analyzer-lsp?
To install rust-analyzer-lsp: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install rust-analyzer-lsp@<marketplace>. Finally, /plugin in Claude Code.
What is rust-analyzer-lsp best for?
rust-analyzer-lsp is a plugin categorized under Development. It is designed for: lsp, rust. Created by Anthropic.
What can I use rust-analyzer-lsp for?
rust-analyzer-lsp is useful for: Get inline type hints and documentation while writing Rust code.; Navigate to the definition of a function or variable in your Rust project.; Identify and fix compilation errors with detailed diagnostic messages.; Refactor code with confidence using rename suggestions and code actions.; Explore unfamiliar Rust codebases by quickly finding symbol references and implementations..