mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
rust-analyzer
Provides support for rust-analyzer: novel LSP server for the Rust programming language.
Features:
- code completion, imports insertion
- go to definition, implementation, type definition
- find all references, workspace symbol search, rename
- types and documentation on hover
- inlay hints
- semantic syntax highlighting
- a lot of assist(code actions)
- apply suggestions from errors
- ... and many more, checkout the manual to see them all
See https://rust-analyzer.github.io/ for more information.