mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
Improve extension description and README
This commit is contained in:
parent
4f6b2a20fd
commit
85fe9391d3
@ -1,6 +1,7 @@
|
|||||||
# rust-analyzer
|
# rust-analyzer
|
||||||
|
|
||||||
This extension provides support for the [Rust programming language](https://www.rust-lang.org/).
|
This extension provides support for the [Rust programming language](https://www.rust-lang.org/).
|
||||||
|
It is recommended over and replaces `rust-lang.rust`.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -30,24 +31,22 @@ This extension provides support for the [Rust programming language](https://www.
|
|||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
1. Install [rustup]
|
1. Install [rustup].
|
||||||
2. Install the [rust-analyzer extension]
|
2. Install the [rust-analyzer extension].
|
||||||
|
|
||||||
[rustup]: https://rustup.rs
|
[rustup]: https://rustup.rs
|
||||||
[rust-analyzer extension]: https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer
|
[rust-analyzer extension]: https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
This extension provides configurations through VSCode's configuration settings. All the configurations are under `rust-analyzer.*`.
|
This extension provides configurations through VSCode's configuration settings. All configurations are under `rust-analyzer.*`.
|
||||||
|
|
||||||
See <https://rust-analyzer.github.io/manual.html#vs-code-2> for more information on VSCode specific configurations.
|
See [the manual](https://rust-analyzer.github.io/manual.html#vs-code-2) for more information on VSCode specific configurations.
|
||||||
|
|
||||||
## Communication
|
## Communication
|
||||||
|
|
||||||
For usage and troubleshooting requests, please use "IDEs and Editors" category of the Rust forum:
|
For usage and troubleshooting requests, please use the ["IDEs and Editors" category of the Rust forum](https://users.rust-lang.org/c/ide/14).
|
||||||
|
|
||||||
<https://users.rust-lang.org/c/ide/14>
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
See <https://rust-analyzer.github.io/> for more information.
|
See [rust-analyzer.github.io](https://rust-analyzer.github.io/) for more information.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "rust-analyzer",
|
"name": "rust-analyzer",
|
||||||
"displayName": "rust-analyzer",
|
"displayName": "rust-analyzer",
|
||||||
"description": "A language server for the rust programming language",
|
"description": "The future of Rust support in VSCode.",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"private": true,
|
"private": true,
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
@ -9,7 +9,7 @@
|
|||||||
"releaseTag": null,
|
"releaseTag": null,
|
||||||
"publisher": "rust-lang",
|
"publisher": "rust-lang",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/rust-analyzer/rust-analyzer.git",
|
"url": "https://github.com/rust-lang/rust-analyzer.git",
|
||||||
"type": "git"
|
"type": "git"
|
||||||
},
|
},
|
||||||
"homepage": "https://rust-analyzer.github.io/",
|
"homepage": "https://rust-analyzer.github.io/",
|
||||||
|
Loading…
Reference in New Issue
Block a user