diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-02-23 16:02:54 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-02-25 22:16:40 +0100 |
| commit | 2a7793d912bafef2d97c0e899262b94efe977543 (patch) | |
| tree | ab3f893f3b2c88ddbbaf0abbdec77c7fb2a9c3cb /docs | |
| parent | 789f2b9cb648c94368bead534c676a8dbfc8ba04 (diff) | |
| download | rust-2a7793d912bafef2d97c0e899262b94efe977543.tar.gz rust-2a7793d912bafef2d97c0e899262b94efe977543.zip | |
feat: Make private editable completions configurable, disable by default
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 b10b0d35522..7e6c8225b18 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -213,6 +213,11 @@ Note that your client must specify the `additionalTextEdits` LSP client capabili Toggles the additional completions that automatically show method calls and field accesses with `self` prefixed to them when inside a method. -- +[[rust-analyzer.completion.privateEditable.enable]]rust-analyzer.completion.privateEditable.enable (default: `false`):: ++ +-- +Enables completions of private items and fields that are defined in the current workspace even if they are not visible at the current position. +-- [[rust-analyzer.diagnostics.enable]]rust-analyzer.diagnostics.enable (default: `true`):: + -- |
