mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Add field for text edits to InlayHint
This commit is contained in:
parent
ac03de773f
commit
fcbc250723
12 changed files with 54 additions and 7 deletions
|
@ -57,6 +57,7 @@ pub(super) fn hints(
|
|||
range,
|
||||
kind: InlayKind::Parameter,
|
||||
label: InlayHintLabel::simple(param_name, None, linked_location),
|
||||
text_edit: None,
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue