about summary refs log tree commit diff
path: root/docs/user
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 /docs/user
parent6afa5b0ba28c46905c0d0ac3022d4e1af0f1de36 (diff)
downloadrust-6b487ed4be81e723e0ed2035f79b27d9efb93b8a.tar.gz
rust-6b487ed4be81e723e0ed2035f79b27d9efb93b8a.zip
fix & run tests
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/generated_config.adoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc
index 71feed0f72c..cf549565fe1 100644
--- a/docs/user/generated_config.adoc
+++ b/docs/user/generated_config.adoc
@@ -244,6 +244,11 @@ with `self` prefixed to them when inside a method.
 --
 Whether to add parenthesis and argument snippets when completing function.
 --
+[[rust-analyzer.completion.fullFunctionSignatures.enable]]rust-analyzer.completion.fullFunctionSignatures.enable (default: `false`)::
++
+--
+Whether to show full function/method signatures in completion docs.
+--
 [[rust-analyzer.completion.limit]]rust-analyzer.completion.limit (default: `null`)::
 +
 --