mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 20:31:59 +00:00
Implement implicit sized bound inlay hints
This commit is contained in:
parent
1b52a6680f
commit
d4fa92e80a
10 changed files with 192 additions and 12 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue