mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 12:24:29 +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
|
|
@ -2891,6 +2891,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "workspace",
|
||||
"properties": {
|
||||
"rust-analyzer.workspace.symbol.search.excludeImports": {
|
||||
"markdownDescription": "Exclude imports from symbol search.",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "workspace",
|
||||
"properties": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue