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 7a17fb9 commit 27c4be6Copy full SHA for 27c4be6
crates/rust-analyzer/src/caps.rs
@@ -113,15 +113,18 @@ pub fn server_capabilities(config: &Config) -> ServerCapabilities {
113
),
114
moniker_provider: None,
115
experimental: Some(json!({
116
+ "externalDocs": true,
117
+ "hoverRange": true,
118
"joinLines": true,
- "openCargoToml": true,
- "ssr": true,
119
+ "matchingBrace": true,
120
+ "moveItems": true,
121
"onEnter": true,
122
+ "openCargoToml": true,
123
"parentModule": true,
- "hoverRange": true,
124
"runnables": {
125
"kinds": [ "cargo" ],
126
},
127
+ "ssr": true,
128
"workspaceSymbolScopeKindFiltering": true,
129
})),
130
}
0 commit comments