764 "rust-analyzer.assist.expressionFillDefault": {
765 "markdownDescription": "Placeholder expression to use for missing expressions in assists.",
766▶ "default": "todo",
767 "type": "string",
768 "enum": [
· · ·
769▶ "todo",
770 "default"
771 ],
· · ·
772 "enumDescriptions": [
773▶ "Fill missing expressions with the `todo` macro",
774 "Fill missing expressions with reasonable defaults, `new` or `default` constructors."
775 ]