Open
Description
In following workspace, there are may folders. Each folder is a crate.
When I open this workspace, rust-analyzer will load all folders which heavily increae the timeout to get seamatic highlight and intellisence.
Why not just load the folder which user had open rust file in it?
For example, when I open the main.rs
in folder enums
, just load the metadata of this crate.
My workspace settings: