We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e89e0 commit 2f28c81Copy full SHA for 2f28c81
generated/rust-analyzer.nix
@@ -2303,6 +2303,15 @@
2303
];
2304
};
2305
2306
+ "rust-analyzer.workspace.symbol.search.excludeImports" = {
2307
+ description = ''
2308
+ Exclude imports from symbol search.
2309
+ '';
2310
+ pluginDefault = false;
2311
+ type = {
2312
+ kind = "boolean";
2313
+ };
2314
2315
"rust-analyzer.workspace.symbol.search.kind" = {
2316
description = ''
2317
Workspace symbol search kind.
0 commit comments