diff options
author | Kirill Bulatov <[email protected]> | 2021-03-23 17:04:48 +0000 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2021-03-23 17:04:48 +0000 |
commit | f1e1a2c0a79cc5cdab5ee6c6af21661d8e0731d8 (patch) | |
tree | 4b933da4aaf8103f7e8ae366ecdbd5577b44c4c9 /docs | |
parent | c220b340958c447b72330148e44f24c9204f84c2 (diff) |
Limit the hints size by default
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/generated_config.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index c2521289c..6ea90f7af 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc | |||
@@ -206,10 +206,10 @@ Use markdown syntax for links in hover. | |||
206 | -- | 206 | -- |
207 | Whether to show inlay type hints for method chains. | 207 | Whether to show inlay type hints for method chains. |
208 | -- | 208 | -- |
209 | [[rust-analyzer.inlayHints.maxLength]]rust-analyzer.inlayHints.maxLength (default: `null`):: | 209 | [[rust-analyzer.inlayHints.maxLength]]rust-analyzer.inlayHints.maxLength (default: `20`):: |
210 | + | 210 | + |
211 | -- | 211 | -- |
212 | Maximum length for inlay hints. Default is unlimited. | 212 | Maximum length for inlay hints. Set to null to have an unlimited length. |
213 | -- | 213 | -- |
214 | [[rust-analyzer.inlayHints.parameterHints]]rust-analyzer.inlayHints.parameterHints (default: `true`):: | 214 | [[rust-analyzer.inlayHints.parameterHints]]rust-analyzer.inlayHints.parameterHints (default: `true`):: |
215 | + | 215 | + |