Generate edits for inlay hints
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
parent
f5f495831a
commit
9ce9b73879
3 changed files with 45 additions and 15 deletions
|
@ -2702,7 +2702,7 @@ impl Editor {
|
|||
editor
|
||||
.update(&mut cx, |editor, cx| {
|
||||
editor.display_map.update(cx, |display_map, cx| {
|
||||
display_map.splice_inlay_hints(&new_hints, cx);
|
||||
display_map.splice_inlays(&new_hints, cx);
|
||||
});
|
||||
})
|
||||
.log_err()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue