File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Rust is built with all the experience gained in the last 40 years.
1414* Great compiler errors.
1515* Built-in dependency manager.
1616* Built-in support for testing.
17+ * Excellent Language Server Protocol support.
1718
1819<details >
1920
@@ -53,9 +54,13 @@ Key points:
5354 Discovering good third-party crates can be a problem. Sites like
5455 < https://lib.rs/ > help with this by letting you compare health metrics for
5556 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.
5660
5761[ rand ] : https://docs.rs/rand/
5862[ rusttls ] : https://docs.rs/rustls/
5963[ serde_json ] : https://docs.rs/serde_json/
64+ [ rust-analyzer ] : https://rust-analyzer.github.io/
6065
6166</details >
You can’t perform that action at this time.
0 commit comments