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 4c95c6e commit 9812150Copy full SHA for 9812150
crates/completion/src/lib.rs
@@ -67,6 +67,13 @@ pub use crate::{
67
// fn test_name() {}
68
// }
69
// ```
70
+//
71
+// And experimental completions, enabled with the `rust-analyzer.completion.enableExperimental` setting.
72
+// This flag enables or disables:
73
74
+// - Auto import: additional completion options with automatic `use` import and options from all project importable items, matched for the input
75
76
+// Experimental completions might cause issues with performance and completion list look.
77
78
/// Main entry point for completion. We run completion as a two-phase process.
79
///
0 commit comments