1
1
# rust-analyzer
2
2
3
3
This extension provides support for the [ Rust programming language] ( https://www.rust-lang.org/ ) .
4
+ It is recommended over and replaces ` rust-lang.rust ` .
4
5
5
6
## Features
6
7
@@ -10,9 +11,9 @@ This extension provides support for the [Rust programming language](https://www.
10
11
- [ types and documentation on hover]
11
12
- [ inlay hints] for types and parameter names
12
13
- [ semantic syntax highlighting]
13
- - a lot of [ assists(code actions)]
14
+ - a lot of [ assists (code actions)]
14
15
- apply suggestions from errors
15
- - ... and many more, checkout the [ manual] to see them all
16
+ - ... and many more, check out the [ manual] to see them all
16
17
17
18
[ code completion ] : https://rust-analyzer.github.io/manual.html#magic-completions
18
19
[ imports insertion ] : https://rust-analyzer.github.io/manual.html#completion-with-autoimport
@@ -25,29 +26,27 @@ This extension provides support for the [Rust programming language](https://www.
25
26
[ types and documentation on hover ] : https://rust-analyzer.github.io/manual.html#hover
26
27
[ inlay hints ] : https://rust-analyzer.github.io/manual.html#inlay-hints
27
28
[ semantic syntax highlighting ] : https://rust-analyzer.github.io/manual.html#semantic-syntax-highlighting
28
- [ assists(code actions) ] : https://rust-analyzer.github.io/manual.html#assists-code-actions
29
+ [ assists (code actions) ] : https://rust-analyzer.github.io/manual.html#assists-code-actions
29
30
[ manual ] : https://rust-analyzer.github.io/manual.html
30
31
31
32
## Quick start
32
33
33
- 1 . Install [ rustup]
34
- 2 . Install the [ rust-analyzer extension]
34
+ 1 . Install [ rustup] .
35
+ 2 . Install the [ rust-analyzer extension] .
35
36
36
37
[ rustup ] : https://rustup.rs
37
38
[ rust-analyzer extension ] : https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer
38
39
39
40
## Configuration
40
41
41
- This extension provides configurations through VSCode's configuration settings. All the configurations are under ` rust-analyzer.* ` .
42
+ This extension provides configurations through VSCode's configuration settings. All configurations are under ` rust-analyzer.* ` .
42
43
43
- See < https://rust-analyzer.github.io/manual.html#vs-code-2 > for more information on VSCode specific configurations.
44
+ See [ the manual ] ( https://rust-analyzer.github.io/manual.html#vs-code-2 ) for more information on VSCode specific configurations.
44
45
45
46
## Communication
46
47
47
- For usage and troubleshooting requests, please use "IDEs and Editors" category of the Rust forum:
48
-
49
- < https://users.rust-lang.org/c/ide/14 >
48
+ For usage and troubleshooting requests, please use the [ "IDEs and Editors" category of the Rust forum] ( https://users.rust-lang.org/c/ide/14 ) .
50
49
51
50
## Documentation
52
51
53
- See < https://rust-analyzer.github.io/ > for more information.
52
+ See [ rust-analyzer.github.io ] ( https://rust-analyzer.github.io/ ) for more information.
0 commit comments