From 85fe9391d3cfc1cf05a46e2a8bafcd3e8e154f3d Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Fri, 13 May 2022 18:12:54 +0200 Subject: Improve extension description and README --- editors/code/README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'editors/code/README.md') diff --git a/editors/code/README.md b/editors/code/README.md index 9113722632f..36ab9818822 100644 --- a/editors/code/README.md +++ b/editors/code/README.md @@ -1,6 +1,7 @@ # rust-analyzer This extension provides support for the [Rust programming language](https://www.rust-lang.org/). +It is recommended over and replaces `rust-lang.rust`. ## Features @@ -10,9 +11,9 @@ This extension provides support for the [Rust programming language](https://www. - [types and documentation on hover] - [inlay hints] for types and parameter names - [semantic syntax highlighting] -- a lot of [assists(code actions)] +- a lot of [assists (code actions)] - apply suggestions from errors -- ... and many more, checkout the [manual] to see them all +- ... and many more, check out the [manual] to see them all [code completion]: https://rust-analyzer.github.io/manual.html#magic-completions [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. [types and documentation on hover]: https://rust-analyzer.github.io/manual.html#hover [inlay hints]: https://rust-analyzer.github.io/manual.html#inlay-hints [semantic syntax highlighting]: https://rust-analyzer.github.io/manual.html#semantic-syntax-highlighting -[assists(code actions)]: https://rust-analyzer.github.io/manual.html#assists-code-actions +[assists (code actions)]: https://rust-analyzer.github.io/manual.html#assists-code-actions [manual]: https://rust-analyzer.github.io/manual.html ## Quick start -1. Install [rustup] -2. Install the [rust-analyzer extension] +1. Install [rustup]. +2. Install the [rust-analyzer extension]. [rustup]: https://rustup.rs [rust-analyzer extension]: https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer ## 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 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 -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). ## Documentation -See for more information. +See [rust-analyzer.github.io](https://rust-analyzer.github.io/) for more information. -- cgit 1.4.1-3-g733a5