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.
rust-analyzer.showSyntaxTree
1 parent 6a3ede1 commit b58fc9cCopy full SHA for b58fc9c
src/tools/rust-analyzer/editors/code/src/config.ts
@@ -27,6 +27,7 @@ export class Config {
27
"server",
28
"files",
29
"cfg",
30
+ "showSyntaxTree",
31
].map((opt) => `${this.rootSection}.${opt}`);
32
33
private readonly requiresWindowReloadOpts = ["testExplorer"].map(
0 commit comments