Optionally disable term search for autocompletion

This commit is contained in:
Tavo Annus 2024-01-22 20:34:17 +02:00
parent 0b838e3e23
commit 88964c0b6a
13 changed files with 163 additions and 41 deletions

View file

@ -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": [],