Add field for text edits to InlayHint

This commit is contained in:
Ryo Yoshida 2023-04-06 18:53:34 +09:00
parent ac03de773f
commit fcbc250723
No known key found for this signature in database
GPG key ID: E25698A930586171
12 changed files with 54 additions and 7 deletions

View file

@ -57,6 +57,7 @@ pub(super) fn hints(
range,
kind: InlayKind::Parameter,
label: InlayHintLabel::simple(param_name, None, linked_location),
text_edit: None,
}
});