mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Auto merge of #13536 - pd4d10:patch-1, r=Veykril
docs: add crates section to the manual closes #13533 Added a section to the user manual, to make it easier for users to find the correct crate.
This commit is contained in:
commit
c06bbfb380
1 changed files with 6 additions and 0 deletions
|
@ -487,6 +487,12 @@ https://docs.helix-editor.com/[Helix] supports LSP by default.
|
||||||
However, it won't install `rust-analyzer` automatically.
|
However, it won't install `rust-analyzer` automatically.
|
||||||
You can follow instructions for installing <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>.
|
You can follow instructions for installing <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>.
|
||||||
|
|
||||||
|
=== Crates
|
||||||
|
|
||||||
|
There is a package named `ra_ap_rust_analyzer` available on [crates.io](https://crates.io/crates/ra_ap_rust-analyzer), for someone who wants to use it programmatically.
|
||||||
|
|
||||||
|
For more details, see [the publish workflow](https://github.com/rust-lang/rust-analyzer/blob/master/.github/workflows/publish.yml).
|
||||||
|
|
||||||
== Troubleshooting
|
== Troubleshooting
|
||||||
|
|
||||||
Start with looking at the rust-analyzer version.
|
Start with looking at the rust-analyzer version.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue