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
7837: Add more information to VSCode extenstion README r=matklad a=IceSentry
A lot of these are duplicated from the documentation or main README. While it's unfortunate to have duplicated information, the current VSCode page is very barebones and doesn't offer much confidence.
This updated README offers a few more links and follows a structure similar to the official rust extension and other popular vscode extensions. The additions are, as much as possible specific to the vscode extension and not rust-analyzer as a LSP.
The note about not using the official extension is also right there at the top because that's a common issue people have when trying it out.
I added the sponsor section since it's common in other extensions README, but I'm not sure if it's necessary
Co-authored-by: Charles Giguere <[email protected]>
Co-authored-by: cgiguere <[email protected]>
Copy file name to clipboardExpand all lines: editors/code/README.md
+51-11Lines changed: 51 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,36 @@
2
2
3
3
Provides support for rust-analyzer: novel LSP server for the Rust programming language.
4
4
5
+
**Note** the extension may cause conflicts with the official Rust extension. It is recommended to disable the Rust extension when using the rust-analyzer extension.
5
6
6
-
Features:
7
+
**Note** the project is in alpha status: it is already useful in practice, but can't be considered stable.
7
8
8
-
*[code completion], [imports insertion]
9
-
*[go to definition], [implementation], [type definition]
10
-
*[find all references], [workspace symbol search], [rename]
11
-
*[types and documentation on hover]
12
-
*[inlay hints]
13
-
*[semantic syntax highlighting]
14
-
* a lot of [assist(code actions)]
15
-
* apply suggestions from errors
16
-
* ... and many more, checkout the [manual] to see them all
0 commit comments