Skip to content

Commit 0a32823

Browse files
igor-petrukNoahDragon
authored andcommitted
Update Speaker Notes in modern.md (google#206)
Adding a mention of LSP and rust-analyzer
1 parent a773e39 commit 0a32823

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/why-rust/modern.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)