mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 05:13:35 +00:00
Add config option to exclude imports from symbol search
This commit is contained in:
parent
a642aa8023
commit
dc85e3ee35
10 changed files with 214 additions and 1 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue