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.
14
14
* Great compiler errors.
15
15
* Built-in dependency manager.
16
16
* Built-in support for testing.
17
+ * Excellent Language Server Protocol support.
17
18
18
19
<details >
19
20
@@ -53,9 +54,13 @@ Key points:
53
54
Discovering good third-party crates can be a problem. Sites like
54
55
< https://lib.rs/ > help with this by letting you compare health metrics for
55
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.
56
60
57
61
[ rand ] : https://docs.rs/rand/
58
62
[ rusttls ] : https://docs.rs/rustls/
59
63
[ serde_json ] : https://docs.rs/serde_json/
64
+ [ rust-analyzer ] : https://rust-analyzer.github.io/
60
65
61
66
</details >
You can’t perform that action at this time.
0 commit comments