mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Show inlay hints after a }
to indicate the closed item
This commit is contained in:
parent
58234c64da
commit
867a7dc7a0
6 changed files with 185 additions and 7 deletions
|
@ -116,6 +116,7 @@ impl StaticIndex<'_> {
|
|||
param_names_for_lifetime_elision_hints: false,
|
||||
binding_mode_hints: false,
|
||||
max_length: Some(25),
|
||||
closing_brace_hints_min_lines: Some(25),
|
||||
},
|
||||
file_id,
|
||||
None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue