Add config option to exclude imports from symbol search

This commit is contained in:
Lucas Holten 2025-06-15 02:41:35 +02:00
parent a642aa8023
commit dc85e3ee35
10 changed files with 214 additions and 1 deletions

View file

@ -1531,6 +1531,13 @@ buck2's `rust-project` will likely be useful:
https://github.com/facebook/buck2/tree/main/integrations/rust-project.
## rust-analyzer.workspace.symbol.search.excludeImports {#workspace.symbol.search.excludeImports}
Default: `false`
Exclude imports from symbol search.
## rust-analyzer.workspace.symbol.search.kind {#workspace.symbol.search.kind}
Default: `"only_types"`