about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/editors/code
diff options
context:
space:
mode:
authorLucas Holten <lucas@lucasholten.com>2025-06-20 13:20:59 +0200
committerLucas Holten <lucas@lucasholten.com>2025-06-20 13:26:59 +0200
commitaf3f9d1f555c16bfa8971e475f006f5aeb80a2d8 (patch)
tree09f3632d790ac38765fcafaf2b002337f2589987 /src/tools/rust-analyzer/editors/code
parent808e066ed1ce7b066e73316235323c13c120d5b8 (diff)
downloadrust-af3f9d1f555c16bfa8971e475f006f5aeb80a2d8.tar.gz
rust-af3f9d1f555c16bfa8971e475f006f5aeb80a2d8.zip
Add better documentation for excluding imports from symbol search
Diffstat (limited to 'src/tools/rust-analyzer/editors/code')
-rw-r--r--src/tools/rust-analyzer/editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json
index fb41225ca0d..26a21c1468d 100644
--- a/src/tools/rust-analyzer/editors/code/package.json
+++ b/src/tools/rust-analyzer/editors/code/package.json
@@ -2905,7 +2905,7 @@
                 "title": "workspace",
                 "properties": {
                     "rust-analyzer.workspace.symbol.search.excludeImports": {
-                        "markdownDescription": "Exclude imports from symbol search.",
+                        "markdownDescription": "Exclude all imports from workspace symbol search.\n\nIn addition to regular imports (which are always excluded),\nthis option removes public imports (better known as re-exports)\nand removes imports that rename the imported symbol.",
                         "default": false,
                         "type": "boolean"
                     }