From 95a2755aa80aaf9119e172f6b2a61eeb04653eba Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 6 Mar 2020 18:32:40 +0100 Subject: Concise mode for parameter hints This works around VS Code bug where it tries to cram everything in a tiny popup, and brings experience closer to Intellij. --- crates/ra_ide_db/src/feature_flags.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_ide_db') diff --git a/crates/ra_ide_db/src/feature_flags.rs b/crates/ra_ide_db/src/feature_flags.rs index d9c9d6cd2..74a3a1cd9 100644 --- a/crates/ra_ide_db/src/feature_flags.rs +++ b/crates/ra_ide_db/src/feature_flags.rs @@ -56,6 +56,7 @@ impl Default for FeatureFlags { ("completion.insertion.add-call-parenthesis", true), ("completion.insertion.add-argument-sippets", true), ("completion.enable-postfix", true), + ("call-info.full", true), ("notifications.workspace-loaded", true), ("notifications.cargo-toml-not-found", true), ]) -- cgit v1.2.3