diff options
| author | vxpm <viniciusximenespm@gmail.com> | 2023-09-04 00:02:08 -0300 |
|---|---|---|
| committer | vxpm <viniciusximenespm@gmail.com> | 2023-09-08 22:03:42 -0300 |
| commit | 6b487ed4be81e723e0ed2035f79b27d9efb93b8a (patch) | |
| tree | 19b9d758c9db350a6404df285c19e8831d21aa5e /docs | |
| parent | 6afa5b0ba28c46905c0d0ac3022d4e1af0f1de36 (diff) | |
| download | rust-6b487ed4be81e723e0ed2035f79b27d9efb93b8a.tar.gz rust-6b487ed4be81e723e0ed2035f79b27d9efb93b8a.zip | |
fix & run tests
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/generated_config.adoc | 5 |
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`):: + -- |
