You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual.adoc
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -384,11 +384,9 @@ If the LSP binary is not available, GNOME Builder can install it when opening a
384
384
385
385
=== Eclipse IDE
386
386
387
-
Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>.
388
-
389
387
Support for Rust development in the Eclipse IDE is provided by link:https://github.com/eclipse/corrosion[Eclipse Corrosion].
390
-
While it currently uses RLS as default, you can successfully configure it so the IDE will use `rust-analyzer` instead.
391
-
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`.
388
+
If available in PATH or in some standard location, `rust-analyzer` is detected and powers editing of Rust files without further configuration.
389
+
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.
392
390
You'll need to close and reopen all .rs and Cargo files, or to restart the IDE, for this change to take effect.
0 commit comments