From c0425cbdbd77ed25a05f46c99aff9bd028560dc0 Mon Sep 17 00:00:00 2001 From: Mickael Istria Date: Thu, 18 Mar 2021 16:22:54 +0100 Subject: Update info about Eclipse Corrosion --- docs/user/manual.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/user/manual.adoc') diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index f4c37353c..12ab98db7 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -384,11 +384,9 @@ If the LSP binary is not available, GNOME Builder can install it when opening a === Eclipse IDE -Prerequisites: You have installed the <>. - Support for Rust development in the Eclipse IDE is provided by link:https://github.com/eclipse/corrosion[Eclipse Corrosion]. -While it currently uses RLS as default, you can successfully configure it so the IDE will use `rust-analyzer` instead. -To do so, with an Eclipse IDE where Corrosion is installed, just go to __Window > Preferences > Rust__ and edit the __Path to Rust Language Server__ entry to reference the path to `rust-analyzer`. +If available in PATH or in some standard location, `rust-analyzer` is detected and powers edition 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. == Configuration -- cgit v1.2.3