Skip to content

Commit 860fd71

Browse files
committed
Clarify the wording
1 parent 3a666e3 commit 860fd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2022-02-21-rust-analyzer-joins-rust-org.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You should use the awesome [IntelliJ Rust](https://intellij-rust.github.io) plug
3131

3232
The rust-analyzer project was started at the very end of 2017 ([first commit](https://github.com/rust-analyzer/rust-analyzer/commit/a63222cd240d9b5405826783603f3b391c90885d)).
3333
At that time, the existing LSP implementation, RLS, had been providing IDE support for Rust for several years.
34-
While it handled some of most important and essential features, it was clearly far from state-of-the art in other languages' ecosystems.
34+
While it handled well the most important features, it was clearly far from the experience offered by state-of-the-art IDEs for some other languages.
3535

3636
Originally, the plan was to just experiment with error-resilient parsing for Rust; but when you have a good parser, it is so tempting [to add a simple LSP server](https://github.com/rust-analyzer/rust-analyzer/commit/d7c5a6f3081c2e7266620779d3c32067f947b959) on top of it.
3737
Long story short, it took surprisingly little effort to get to a prototype which was already useful as an IDE, which happened in Autumn 2018.

0 commit comments

Comments
 (0)