Implement implicit sized bound inlay hints

This commit is contained in:
Lukas Wirth 2025-01-10 12:36:40 +01:00
parent 1b52a6680f
commit d4fa92e80a
10 changed files with 192 additions and 12 deletions

View file

@ -2105,6 +2105,16 @@
}
}
},
{
"title": "inlayHints",
"properties": {
"rust-analyzer.inlayHints.implicitSizedBoundHints.enable": {
"markdownDescription": "Whether to show inlay hints for the implied type parameter `Sized` bound.",
"default": false,
"type": "boolean"
}
}
},
{
"title": "inlayHints",
"properties": {