We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f37933 commit c116ef8Copy full SHA for c116ef8
1 file changed
src/why-rust/modern.md
@@ -14,6 +14,7 @@ Rust is built with all the experience gained in the last 40 years.
14
* Great compiler errors.
15
* Built-in dependency manager.
16
* Built-in support for testing.
17
+* Excellent Language Server Protocol support.
18
19
<details>
20
@@ -53,9 +54,13 @@ Key points:
53
54
Discovering good third-party crates can be a problem. Sites like
55
<https://lib.rs/> help with this by letting you compare health metrics for
56
crates to find a good and trusted one.
57
+
58
+* [rust-analyzer] is a well supported LSP implementation used in major
59
+ IDEs and text editors.
60
61
[rand]: https://docs.rs/rand/
62
[rusttls]: https://docs.rs/rustls/
63
[serde_json]: https://docs.rs/serde_json/
64
+[rust-analyzer]: https://rust-analyzer.github.io/
65
66
</details>
0 commit comments