mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
Update docs/user/manual.adoc
This commit is contained in:
parent
c0425cbdbd
commit
670964d802
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ If the LSP binary is not available, GNOME Builder can install it when opening a
|
|||
=== Eclipse IDE
|
||||
|
||||
Support for Rust development in the Eclipse IDE is provided by link:https://github.com/eclipse/corrosion[Eclipse Corrosion].
|
||||
If available in PATH or in some standard location, `rust-analyzer` is detected and powers edition of Rust files without further configuration.
|
||||
If available in PATH or in some standard location, `rust-analyzer` is detected and powers editing of Rust files without further configuration.
|
||||
If `rust-analyzer` is not detected, Corrosion will prompt you for configuration of your Rust toolchain and language server with a link to the __Window > Preferences > Rust__ preference page; from here a button allows to download and configure `rust-analyzer`, but you can also reference another installation.
|
||||
You'll need to close and reopen all .rs and Cargo files, or to restart the IDE, for this change to take effect.
|
||||
|
||||
|
|
Loading…
Reference in a new issue