mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
inlay hints: add the option to always show constructor inlay hints
This commit is contained in:
parent
c634615b11
commit
d3d768de0d
6 changed files with 86 additions and 5 deletions
|
@ -106,6 +106,7 @@ impl StaticIndex<'_> {
|
|||
type_hints: true,
|
||||
parameter_hints: true,
|
||||
chaining_hints: true,
|
||||
hide_named_constructor_hints: false,
|
||||
max_length: Some(25),
|
||||
},
|
||||
file_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue