mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Document experimental completions
This commit is contained in:
parent
4c95c6e25d
commit
9812150047
1 changed files with 7 additions and 0 deletions
|
@ -67,6 +67,13 @@ pub use crate::{
|
||||||
// fn test_name() {}
|
// 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.
|
/// Main entry point for completion. We run completion as a two-phase process.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue