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

@ -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": {