mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-25 05:23:12 +00:00
Optionally disable term search for autocompletion
This commit is contained in:
parent
0b838e3e23
commit
88964c0b6a
13 changed files with 163 additions and 41 deletions
|
|
@ -902,6 +902,11 @@
|
|||
},
|
||||
"type": "object"
|
||||
},
|
||||
"rust-analyzer.completion.term.search.enable": {
|
||||
"markdownDescription": "Whether to enable term search based snippets like `Some(foo.bar().baz())`.",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.diagnostics.disabled": {
|
||||
"markdownDescription": "List of rust-analyzer diagnostics to disable.",
|
||||
"default": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue