Add cargo workspace feature #1444
Replies: 3 comments 5 replies
-
Would love to take this up if agreed!😁 |
Beta Was this translation helpful? Give feedback.
-
Want to know if this something that can be taken on @mrinalwadhwa @jared-s |
Beta Was this translation helpful? Give feedback.
-
This seems worth documenting somewhere — I was about to file an issue about it when I encountered this. There are also a few other options for per-crate dependency tracking — even just Alternatively, supporting rust-analyzer directly might be possible — it doesn't require use of cargo, and so cargo workspaces are optional as well... https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/manual.adoc discusses some more advance configuration options. |
Beta Was this translation helpful? Give feedback.
-
Navigating through different crates from the root directory with rust analyser fails as
rust analyzer can't discover workspace
, a workaround is to open individual crate directly on my code editor which is not ergonomic. Can we use Rust cargo workspace?Beta Was this translation helpful? Give feedback.
All reactions