mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
1.6 KiB
1.6 KiB
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.