The official Rust extension for Lumide IDE.
lumide_rust enables world-class Rust development in Lumide powered by the rust-analyzer language server.
- IntelliSense: Precise code completions, type hints, and macro expansion.
- Diagnostics: Real-time compiler errors and lints right as you type.
- Navigation: Powerful go-to-definition, find references, and symbol search.
- Refactoring: Specialized Rust code transformations and automated fixes.
- Cargo Native: Fully understands workspace-level and project-level
Cargo.toml. - LSP Efficient: Lean starting and immediate responsiveness for large codebases.
Access these via the Command Palette (Cmd+Shift+P / Ctrl+Shift+P):
| Command ID | Title | Description |
|---|---|---|
lumide_rust.restartLsp |
Rust: Restart Language Server | Restart the rust-analyzer process |
- Rust: The Rust toolchain must be installed.
- Rust Analyzer: The official Rust language server.
- Installation:
rustup component add rust-analyzer - Ensure
rust-analyzeris in your systemPATH.
- Installation:
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ by SoFluffy.