mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Mention rust-src
This commit is contained in:
parent
8d8d542dfa
commit
353f7ce2ec
1 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,13 @@ https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc
|
|||
In theory, one should be able to just install the server binary and have it automatically work with any editor.
|
||||
We are not there yet, so some editor specific setup is required.
|
||||
|
||||
Additionally, rust-analyzer needs sources of the standard library.
|
||||
This commands adds them:
|
||||
|
||||
```bash
|
||||
$ rustup component add rust-src
|
||||
```
|
||||
|
||||
=== VS Code
|
||||
|
||||
This the best supported editor at the moment.
|
||||
|
|
Loading…
Reference in a new issue