11# rust-analyzer
22
33This extension provides support for the [ Rust programming language] ( https://www.rust-lang.org/ ) .
4+ It is recommended over and replaces ` rust-lang.rust ` .
45
56## Features
67
@@ -10,9 +11,9 @@ This extension provides support for the [Rust programming language](https://www.
1011- [ types and documentation on hover]
1112- [ inlay hints] for types and parameter names
1213- [ semantic syntax highlighting]
13- - a lot of [ assists(code actions)]
14+ - a lot of [ assists (code actions)]
1415- 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
1617
1718[ code completion ] : https://rust-analyzer.github.io/manual.html#magic-completions
1819[ 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.
2526[ types and documentation on hover ] : https://rust-analyzer.github.io/manual.html#hover
2627[ inlay hints ] : https://rust-analyzer.github.io/manual.html#inlay-hints
2728[ 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
2930[ manual ] : https://rust-analyzer.github.io/manual.html
3031
3132## Quick start
3233
33- 1 . Install [ rustup]
34- 2 . Install the [ rust-analyzer extension]
34+ 1 . Install [ rustup] .
35+ 2 . Install the [ rust-analyzer extension] .
3536
3637[ rustup ] : https://rustup.rs
3738[ rust-analyzer extension ] : https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer
3839
3940## Configuration
4041
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.* ` .
4243
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.
4445
4546## Communication
4647
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 ) .
5049
5150## Documentation
5251
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