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.