Provide an option to hide deprecated items from completion

This commit is contained in:
Chayim Refael Friedman 2024-09-01 01:04:21 +03:00
parent 914a1caab5
commit 01cc847158
4 changed files with 26 additions and 1 deletions

View file

@ -1077,6 +1077,16 @@
}
}
},
{
"title": "completion",
"properties": {
"rust-analyzer.completion.hideDeprecated": {
"markdownDescription": "Whether to omit deprecated items from autocompletion. By default they are marked as deprecated but not hidden.",
"default": false,
"type": "boolean"
}
}
},
{
"title": "completion",
"properties": {