Skip to content

Commit

Permalink
zeta: Request completion when jumping to diagnostic (#23292)
Browse files Browse the repository at this point in the history
Release Notes:

- N/A

Co-authored-by: Antonio <antonio@zed.dev>
  • Loading branch information
agu-z and as-cii authored Jan 17, 2025
1 parent 938e28f commit 0dda985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/editor/src/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -9320,6 +9321,7 @@ impl Editor {
goal: SelectionGoal::None,
}]);
});
self.refresh_inline_completion(false, true, cx);
}
break;
} else {
Expand Down

0 comments on commit 0dda985

Please sign in to comment.