You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/2022-02-21-rust-analyzer-joins-rust-org.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: The rust-analyzer Team on behalf of the entire Rust Team
7
7
We have an exciting announcement to make!
8
8
The [rust-analyzer](https://rust-analyzer.github.io) project, a new implementation of the Language Server Protocol (LSP) for Rust, is now officially a part of the wider Rust organization! :tada:
9
9
10
-
We want to start by thanking everyone who has gotten us this far from contributors, to sponsors, to all the users of rust-analyzer in the Rust community. We could not have done this without you.
10
+
We want to start by thanking everyone who has gotten us this far, from contributors, to sponsors, to all the users of rust-analyzer in the Rust community. We could not have done this without you.
11
11
12
12
The immediate impact of this organizational change is limited -- nothing changes for rust-analyzer users or contributors.
13
13
However, this change unblocks technical work to make rust-analyzer the officially recommended language server for Rust in the near future.
@@ -16,7 +16,7 @@ If you were hesitant to try rust-analyzer before, today is a good opportunity to
16
16
Not only is it a very capable language server for Rust, but according to [VS Code statistics](https://marketplace.visualstudio.com/search?target=VSCode&category=Programming%20Languages&sortBy=Rating), it is one of the best rated LSP implementations *across* programming languages.
17
17
We highly recommend giving rust-analyzer a spin today, even if it will take some more time for us to complete the due process and switch from the existing officially recommended LSP implementation (RLS) properly.
18
18
19
-
rust-analyzer enjoys first-class support in many editors:
19
+
rust-analyzer enjoys excellent support in many editors:
20
20
21
21
* For VS Code, install the [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer) extension from the marketplace.
22
22
* For Neovim, follow the setup instructions [from this post](https://sharksforarms.dev/posts/neovim-rust/).
0 commit comments