mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 04:18:20 +00:00
closure parameter inlay hints
This commit is contained in:
parent
ca47cddc31
commit
4522bf42ca
8 changed files with 60 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue