We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f75d6 commit 21d256dCopy full SHA for 21d256d
crates/rust-analyzer/src/config.rs
@@ -480,7 +480,7 @@ macro_rules! config_data {
480
481
config_data! {
482
struct ConfigData {
483
- assist_importMergeBehaviour: MergeBehaviourDef = MergeBehaviourDef::None,
+ assist_importMergeBehaviour: MergeBehaviourDef = MergeBehaviourDef::Full,
484
assist_importPrefix: ImportPrefixDef = ImportPrefixDef::Plain,
485
486
callInfo_full: bool = true,
0 commit comments