diff options
| author | bors <bors@rust-lang.org> | 2023-09-24 07:38:38 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-09-24 07:38:38 +0000 |
| commit | e5e937ae5eafe38b995e26f0e6c4f1035d52a313 (patch) | |
| tree | 03e170d786eb051c2cabfc8bf4ea8052f5733ac1 /docs | |
| parent | 2b580a1f3c7bf7f2dd6d1462282362b80a6a3d91 (diff) | |
| parent | 10fae6282070945531853901cc19155f59758bbc (diff) | |
| download | rust-e5e937ae5eafe38b995e26f0e6c4f1035d52a313.tar.gz rust-e5e937ae5eafe38b995e26f0e6c4f1035d52a313.zip | |
Auto merge of #15582 - vxpm:master, r=HKalbasi
add option to show full function signatures in completion docs implements #15538 with `"rust-analyzer.completion.fullFunctionSignatures.enable": false`:  with `"rust-analyzer.completion.fullFunctionSignatures.enable": true`: 
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 bde1c03bef7..dec7a507574 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -252,6 +252,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`):: + -- |
