Show inlay hints after a } to indicate the closed item

This commit is contained in:
Jonas Schievink 2022-05-13 19:42:59 +02:00
parent 58234c64da
commit 867a7dc7a0
6 changed files with 185 additions and 7 deletions

View file

@ -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,