mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Better config name
This commit is contained in:
parent
3183ff3a7b
commit
cbd3717f2c
6 changed files with 19 additions and 16 deletions
|
@ -73,12 +73,9 @@ pub use crate::{
|
|||
// }
|
||||
// ```
|
||||
//
|
||||
// And experimental completions, enabled with the `rust-analyzer.completion.disableFuzzyAutoimports` 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.
|
||||
// And the auto import completions, enabled with the `rust-analyzer.completion.autoimport.enable` setting and the corresponding LSP client capabilities.
|
||||
// Those are the additional completion options with automatic `use` import and options from all project importable items,
|
||||
// fuzzy matched agains the completion imput.
|
||||
|
||||
/// Main entry point for completion. We run completion as a two-phase process.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue