Skip to content

Commit 9812150

Browse files
Document experimental completions
1 parent 4c95c6e commit 9812150

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/completion/src/lib.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ pub use crate::{
6767
// fn test_name() {}
6868
// }
6969
// ```
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.
7077

7178
/// Main entry point for completion. We run completion as a two-phase process.
7279
///

0 commit comments

Comments
 (0)