Eclipse set-up with Corrosion #19350
theRealAJR
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To configure rust-analyzer in Eclipse with Corrosion a file has to be created which contains the configuration in JSON format as described in the configuration docs and the path to the file has to be set in Window -> Preferences -> Rust -> LS configuration.
For example a file containing
{"rustfmt": {"extraArgs": ["+nightly"]}}
can be used to use the nightly version of rustfmt in order to use rustfmt settings which are not in the stable version.
Beta Was this translation helpful? Give feedback.
All reactions