Render the expansion of snippets as their docs

This commit is contained in:
Lukas Wirth
2021-10-05 18:00:27 +02:00
parent 77cbf4adbc
commit 041cfbe0f4
4 changed files with 10 additions and 17 deletions

View File

@@ -595,11 +595,6 @@
"default": true,
"type": "boolean"
},
"rust-analyzer.completion.postfix.snippets": {
"markdownDescription": "Custom postfix completion snippets.",
"default": {},
"type": "object"
},
"rust-analyzer.completion.autoimport.enable": {
"markdownDescription": "Toggles the additional completions that automatically add imports when completed.\nNote that your client must specify the `additionalTextEdits` LSP client capability to truly have this feature enabled.",
"default": true,