refresh rust-analyzer #4386
-
Hello, sometimes I add new dependency crates to the project while having helix open, and I want to refresh rust-analyzer while I'm inside helix, currently I close it and reopen it everytime. is there a way to refresh it with a command or something? |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Oct 20, 2022
Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
-
With the changes in #2653, changes to Cargo.toml would be sent to rust-analyzer and it would be able to download and analyze new dependencies |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BKSalman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the changes in #2653, changes to Cargo.toml would be sent to rust-analyzer and it would be able to download and analyze new dependencies