diff options
| author | Ifeanyi Orizu <iorizu1811@gmail.com> | 2025-08-10 10:02:03 -0500 |
|---|---|---|
| committer | Ifeanyi Orizu <iorizu1811@gmail.com> | 2025-08-10 17:48:17 -0500 |
| commit | 802fa9255b59c8787d679f5da1f5534f9c0580b0 (patch) | |
| tree | fe0ebe8d654a0e29cc4c72966a3477f51d929b97 /src/tools/rust-analyzer/editors/code | |
| parent | bc5df9b057a1ab9f8d9c387cde9a7dbab0e1462b (diff) | |
| download | rust-802fa9255b59c8787d679f5da1f5534f9c0580b0.tar.gz rust-802fa9255b59c8787d679f5da1f5534f9c0580b0.zip | |
Add config option to exclude locals from doc search
Diffstat (limited to 'src/tools/rust-analyzer/editors/code')
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index 470db244f14..328eb509b4e 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/editors/code/package.json @@ -1586,6 +1586,16 @@ } }, { + "title": "Document", + "properties": { + "rust-analyzer.document.symbol.search.excludeLocals": { + "markdownDescription": "Exclude all locals from document symbol search.", + "default": true, + "type": "boolean" + } + } + }, + { "title": "Files", "properties": { "rust-analyzer.files.exclude": { |
