From 4e7f6c235489eb40c85bb73e75beead3ea7f08c7 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 6 Mar 2020 17:51:10 +0100 Subject: Feature flag for arg snippets --- crates/ra_ide_db/src/feature_flags.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_ide_db/src') diff --git a/crates/ra_ide_db/src/feature_flags.rs b/crates/ra_ide_db/src/feature_flags.rs index 76655f572..d9c9d6cd2 100644 --- a/crates/ra_ide_db/src/feature_flags.rs +++ b/crates/ra_ide_db/src/feature_flags.rs @@ -54,6 +54,7 @@ impl Default for FeatureFlags { FeatureFlags::new(&[ ("lsp.diagnostics", true), ("completion.insertion.add-call-parenthesis", true), + ("completion.insertion.add-argument-sippets", true), ("completion.enable-postfix", true), ("notifications.workspace-loaded", true), ("notifications.cargo-toml-not-found", true), -- cgit v1.2.3