Closed
Description
Issues blocking providing rust-analyzer as an alternative
- rust-analyzer should mostly conform to LSP protocol
- specifically replace adHoc
"rust-analyzer.applySourceChange"
with less adHoc SnippetTextEdit
- specifically replace adHoc
- rust-analyzer should be packaged with rustup
- rust-lang.rust extension should work with both rust-analyzer and rls
- all the code from editors/code in this repo should be moved to https://github.com/rust-lang/rls-vscode
Issues blocking switching to rust-analyzer as the main implementation
- rust-analyzer should fully conform to LSP protocol
Issues under discussion
- on the fly checking
- RAM usage
- startup time