mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Fix phrasing in inlay hints settings
This commit is contained in:
parent
a4e6963a23
commit
0f953ddd9e
1 changed files with 4 additions and 4 deletions
|
@ -313,22 +313,22 @@
|
||||||
"rust-analyzer.inlayHints.enable": {
|
"rust-analyzer.inlayHints.enable": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
"description": "Disable all inlay hints"
|
"description": "Whether to show inlay hints"
|
||||||
},
|
},
|
||||||
"rust-analyzer.inlayHints.typeHints": {
|
"rust-analyzer.inlayHints.typeHints": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
"description": "Whether to show inlay type hints"
|
"description": "Whether to show inlay type hints for variables."
|
||||||
},
|
},
|
||||||
"rust-analyzer.inlayHints.chainingHints": {
|
"rust-analyzer.inlayHints.chainingHints": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
"description": "Whether to show inlay type hints for method chains"
|
"description": "Whether to show inlay type hints for method chains."
|
||||||
},
|
},
|
||||||
"rust-analyzer.inlayHints.parameterHints": {
|
"rust-analyzer.inlayHints.parameterHints": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
"description": "Whether to show function parameter name inlay hints at the call site"
|
"description": "Whether to show function parameter name inlay hints at the call site."
|
||||||
},
|
},
|
||||||
"rust-analyzer.inlayHints.maxLength": {
|
"rust-analyzer.inlayHints.maxLength": {
|
||||||
"type": [
|
"type": [
|
||||||
|
|
Loading…
Reference in a new issue