From 9812150047ea5f53631762e83ed25177e821857f Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Wed, 25 Nov 2020 00:42:58 +0200 Subject: Document experimental completions --- crates/completion/src/lib.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crates/completion') diff --git a/crates/completion/src/lib.rs b/crates/completion/src/lib.rs index cb6e0554e..aecc1378b 100644 --- a/crates/completion/src/lib.rs +++ b/crates/completion/src/lib.rs @@ -67,6 +67,13 @@ pub use crate::{ // fn test_name() {} // } // ``` +// +// And experimental completions, enabled with the `rust-analyzer.completion.enableExperimental` setting. +// This flag enables or disables: +// +// - Auto import: additional completion options with automatic `use` import and options from all project importable items, matched for the input +// +// Experimental completions might cause issues with performance and completion list look. /// Main entry point for completion. We run completion as a two-phase process. /// -- cgit v1.2.3