@@ -71,6 +71,11 @@ cargo check --quiet --workspace --message-format=json --all-targets
71
71
Use `RUSTC_WRAPPER=rust-analyzer` when running build scripts to
72
72
avoid checking unnecessary things.
73
73
--
74
+ [[rust-analyzer.cargo.cfgs]]rust-analyzer.cargo.cfgs (default: `{}` )::
75
+ +
76
+ --
77
+ List of cfg options to enable with the given values.
78
+ --
74
79
[[rust-analyzer.cargo.extraArgs]]rust-analyzer.cargo.extraArgs (default: `[]` )::
75
80
+
76
81
--
@@ -120,7 +125,7 @@ Compilation target override (target triple).
120
125
[[rust-analyzer.cargo.unsetTest]]rust-analyzer.cargo.unsetTest (default: `["core"]` )::
121
126
+
122
127
--
123
- Unsets `#[cfg(test)]` for the specified crates.
128
+ Unsets the implicit `#[cfg(test)]` for the specified crates.
124
129
--
125
130
[[rust-analyzer.checkOnSave]]rust-analyzer.checkOnSave (default: `true` )::
126
131
+
@@ -423,11 +428,31 @@ Whether to show keyword hover popups. Only applies when
423
428
--
424
429
Use markdown syntax for links on hover.
425
430
--
431
+ [[rust-analyzer.hover.memoryLayout.alignment]]rust-analyzer.hover.memoryLayout.alignment (default: `"hexadecimal"` )::
432
+ +
433
+ --
434
+ How to render the align information in a memory layout hover.
435
+ --
426
436
[[rust-analyzer.hover.memoryLayout.enable]]rust-analyzer.hover.memoryLayout.enable (default: `true` )::
427
437
+
428
438
--
429
439
Whether to show memory layout data on hover.
430
440
--
441
+ [[rust-analyzer.hover.memoryLayout.niches]]rust-analyzer.hover.memoryLayout.niches (default: `false` )::
442
+ +
443
+ --
444
+ How to render the niche information in a memory layout hover.
445
+ --
446
+ [[rust-analyzer.hover.memoryLayout.offset]]rust-analyzer.hover.memoryLayout.offset (default: `"hexadecimal"` )::
447
+ +
448
+ --
449
+ How to render the offset information in a memory layout hover.
450
+ --
451
+ [[rust-analyzer.hover.memoryLayout.size]]rust-analyzer.hover.memoryLayout.size (default: `"both"` )::
452
+ +
453
+ --
454
+ How to render the size information in a memory layout hover.
455
+ --
431
456
[[rust-analyzer.imports.granularity.enforce]]rust-analyzer.imports.granularity.enforce (default: `false` )::
432
457
+
433
458
--
0 commit comments