diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-04-27 09:31:35 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-27 09:31:35 +0100 |
commit | 4af50de0abc81fff51caa2fbadfc31915e63e6a4 (patch) | |
tree | 64a9e0b4102aa1dbec4ea890d200479709352bf5 /docs | |
parent | c5364ffde14eed2738b4a45cd004af07819967c5 (diff) | |
parent | 0230f22d2a86ad7720b4a39e41a13111aa4b4789 (diff) |
Merge #8617
8617: Add option to opt out of smaller font size for inlay hints. r=SomeoneToIgnore a=jmederosalvarado
As requested on issue #6883 this PR provides an option for users to opt out of the smaller font size for inlay hints. Part of #6883.
Co-authored-by: Jorge Mederos Alvarado <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/generated_config.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index e28423e99..db3c5f7bb 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc | |||
@@ -234,6 +234,11 @@ site. | |||
234 | -- | 234 | -- |
235 | Whether to show inlay type hints for variables. | 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 | [[rust-analyzer.lens.debug]]rust-analyzer.lens.debug (default: `true`):: | 242 | [[rust-analyzer.lens.debug]]rust-analyzer.lens.debug (default: `true`):: |
238 | + | 243 | + |
239 | -- | 244 | -- |