about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2022-02-23 16:02:54 +0100
committerLukas Wirth <lukastw97@gmail.com>2022-02-25 22:16:40 +0100
commit2a7793d912bafef2d97c0e899262b94efe977543 (patch)
treeab3f893f3b2c88ddbbaf0abbdec77c7fb2a9c3cb /docs
parent789f2b9cb648c94368bead534c676a8dbfc8ba04 (diff)
downloadrust-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.adoc5
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`)::
 +
 --