zeta: Request completion when jumping to diagnostic (#23292)

Release Notes:

- N/A

Co-authored-by: Antonio <antonio@zed.dev>
This commit is contained in:
Agus Zubiaga
2025-01-17 18:41:45 -03:00
committed by GitHub
co-authored by Antonio
parent 938e28f871
commit 0dda9851b3
+2
View File
@@ -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 {