about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorvxpm <viniciusximenespm@gmail.com>2023-09-04 00:02:08 -0300
committervxpm <viniciusximenespm@gmail.com>2023-09-08 22:03:42 -0300
commit6b487ed4be81e723e0ed2035f79b27d9efb93b8a (patch)
tree19b9d758c9db350a6404df285c19e8831d21aa5e /editors/code/package.json
parent6afa5b0ba28c46905c0d0ac3022d4e1af0f1de36 (diff)
downloadrust-6b487ed4be81e723e0ed2035f79b27d9efb93b8a.tar.gz
rust-6b487ed4be81e723e0ed2035f79b27d9efb93b8a.zip
fix & run tests
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 233e7bf44b1..e075e227625 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -799,6 +799,11 @@
                         "Do no snippet completions for callables."
                     ]
                 },
+                "rust-analyzer.completion.fullFunctionSignatures.enable": {
+                    "markdownDescription": "Whether to show full function/method signatures in completion docs.",
+                    "default": false,
+                    "type": "boolean"
+                },
                 "rust-analyzer.completion.limit": {
                     "markdownDescription": "Maximum number of completions to return. If `None`, the limit is infinite.",
                     "default": null,