closure parameter inlay hints

This commit is contained in:
jnyfah 2025-02-06 15:55:56 +01:00
parent ca47cddc31
commit 4522bf42ca
8 changed files with 60 additions and 1 deletions

View file

@ -2253,6 +2253,16 @@
}
}
},
{
"title": "inlayHints",
"properties": {
"rust-analyzer.inlayHints.typeHints.hideClosureParameter": {
"markdownDescription": "Whether to hide inlay parameter type hints for closures.",
"default": false,
"type": "boolean"
}
}
},
{
"title": "inlayHints",
"properties": {