zeta: Request completion when jumping to diagnostic (#23292)
Release Notes: - N/A Co-authored-by: Antonio <antonio@zed.dev>
This commit is contained in:
parent
938e28f871
commit
0dda9851b3
1 changed files with 2 additions and 0 deletions
|
@ -9245,6 +9245,7 @@ impl Editor {
|
|||
new_selection.collapse_to(primary_range_start, SelectionGoal::None);
|
||||
s.select_anchors(vec![new_selection.clone()]);
|
||||
});
|
||||
self.refresh_inline_completion(false, true, cx);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
@ -9320,6 +9321,7 @@ impl Editor {
|
|||
goal: SelectionGoal::None,
|
||||
}]);
|
||||
});
|
||||
self.refresh_inline_completion(false, true, cx);
|
||||
}
|
||||
break;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue