File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,8 @@ config_data! {
145
145
inlayHints_parameterHints: bool = "true" ,
146
146
/// Whether to show inlay type hints for variables.
147
147
inlayHints_typeHints: bool = "true" ,
148
+ /// Whether inlay hints font size should be smaller than editor's font size.
149
+ inlayHints_smallerHints: bool = "true" ,
148
150
149
151
/// Whether to show `Debug` lens. Only applies when
150
152
/// `#rust-analyzer.lens.enable#` is set.
Original file line number Diff line number Diff line change @@ -234,6 +234,11 @@ site.
234
234
--
235
235
Whether to show inlay type hints for variables.
236
236
--
237
+ [[rust-analyzer.inlayHints.smallerHints]]rust-analyzer.inlayHints.smallerHints (default: `true` )::
238
+ +
239
+ --
240
+ Whether inlay hints font size should be smaller than editor's font size.
241
+ --
237
242
[[rust-analyzer.lens.debug]]rust-analyzer.lens.debug (default: `true` )::
238
243
+
239
244
--
You can’t perform that action at this time.
0 commit comments