about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/docs
diff options
context:
space:
mode:
authorIfeanyi Orizu <iorizu1811@gmail.com>2025-08-10 10:02:03 -0500
committerIfeanyi Orizu <iorizu1811@gmail.com>2025-08-10 17:48:17 -0500
commit802fa9255b59c8787d679f5da1f5534f9c0580b0 (patch)
treefe0ebe8d654a0e29cc4c72966a3477f51d929b97 /src/tools/rust-analyzer/docs
parentbc5df9b057a1ab9f8d9c387cde9a7dbab0e1462b (diff)
downloadrust-802fa9255b59c8787d679f5da1f5534f9c0580b0.tar.gz
rust-802fa9255b59c8787d679f5da1f5534f9c0580b0.zip
Add config option to exclude locals from doc search
Diffstat (limited to 'src/tools/rust-analyzer/docs')
-rw-r--r--src/tools/rust-analyzer/docs/book/src/configuration_generated.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/docs/book/src/configuration_generated.md b/src/tools/rust-analyzer/docs/book/src/configuration_generated.md
index 99a30d8f621..6ee956fe0db 100644
--- a/src/tools/rust-analyzer/docs/book/src/configuration_generated.md
+++ b/src/tools/rust-analyzer/docs/book/src/configuration_generated.md
@@ -610,6 +610,13 @@ The warnings will be indicated by a blue squiggly underline in code and a blue i
 the `Problems Panel`.
 
 
+## rust-analyzer.document.symbol.search.excludeLocals {#document.symbol.search.excludeLocals}
+
+Default: `true`
+
+Exclude all locals from document symbol search.
+
+
 ## rust-analyzer.files.exclude {#files.exclude}
 
 Default: `[]`