mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Disable the completion for no corresponding client resolve capabilities
This commit is contained in:
parent
9656ceb896
commit
3183ff3a7b
12 changed files with 89 additions and 165 deletions
|
@ -73,7 +73,7 @@ pub use crate::{
|
|||
// }
|
||||
// ```
|
||||
//
|
||||
// And experimental completions, enabled with the `rust-analyzer.completion.enableExperimental` setting.
|
||||
// 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue