Rust analyzer doesnt work in helix #6663
-
When trying to edit rust files, helix doesnt show any errors from code, nor auto completes it. The rust analyzer works and is in path |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Apr 9, 2023
Replies: 1 comment 3 replies
-
What does it say when you open your log via |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The line in the log
is printed to stderr by the language server. This should be the same output as
rustup run stable rust-analyzer
if you ran that by itself in a terminal. You'll need to install the stable toolchain