File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -243,10 +243,10 @@ config_data! {
243
243
hover_actions_run_enable: bool = "true" ,
244
244
245
245
/// Whether to show documentation on hover.
246
- hover_documentation_enable: bool = "true" ,
246
+ hover_documentation_enable: bool = "true" ,
247
247
/// Whether to show keyword hover popups. Only applies when
248
248
/// `#rust-analyzer.hover.documentation.enable#` is set.
249
- hover_documentation_keywords : bool = "true" ,
249
+ hover_documentation_keywords_enable : bool = "true" ,
250
250
/// Use markdown syntax for links in hover.
251
251
hover_links_enable: bool = "true" ,
252
252
@@ -1190,7 +1190,7 @@ impl Config {
1190
1190
HoverDocFormat :: PlainText
1191
1191
}
1192
1192
} ) ,
1193
- keywords : self . data . hover_documentation_keywords ,
1193
+ keywords : self . data . hover_documentation_keywords_enable ,
1194
1194
}
1195
1195
}
1196
1196
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ Whether to show `Run` action. Only applies when
318
318
--
319
319
Whether to show documentation on hover.
320
320
--
321
- [[rust-analyzer.hover.documentation.keywords]]rust-analyzer.hover.documentation.keywords (default: `true` )::
321
+ [[rust-analyzer.hover.documentation.keywords.enable ]]rust-analyzer.hover.documentation.keywords.enable (default: `true` )::
322
322
+
323
323
--
324
324
Whether to show keyword hover popups. Only applies when
Original file line number Diff line number Diff line change 756
756
"default" : true ,
757
757
"type" : " boolean"
758
758
},
759
- "rust-analyzer.hover.documentation.keywords" : {
759
+ "rust-analyzer.hover.documentation.keywords.enable " : {
760
760
"markdownDescription" : " Whether to show keyword hover popups. Only applies when\n `#rust-analyzer.hover.documentation.enable#` is set." ,
761
761
"default" : true ,
762
762
"type" : " boolean"
You can’t perform that action at this time.
0 commit comments