I have installed Eclipse for Rust and would like to use it for development. However, the content assist by RLS (such as code completion and highlighting) doesn’t work. RLS can't seem to find racer
or rustc
.
As I was looking at the settings for Rust (Window > Preferences > Rust), I noticed that the RLS config is pointing to a nonexistent file at ~/.cargo/rls.conf. Is this a problem? If so, how do I fix it? If not, what steps can I take to troubleshoot RLS?
I am currently using Ubuntu 18.04 and Eclipse Photon.
In the latest Corrosion plugin version to date (1.20) there is a new option right below the error messages to download and install cargo, rustup and rust-analyzer to prevent this from happening again.