From edbe9f5b106f9f8c5769c213c30443731ce99fd4 Mon Sep 17 00:00:00 2001 From: HactarCE <6060305+HactarCE@users.noreply.github.com> Date: Fri, 24 Oct 2025 13:53:58 -0400 Subject: [PATCH] Remove todos Co-authored-by: Cole Miller --- crates/editor/src/editor.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index e95802b7fe238cf94ae67770ba8c3098a8fbb611..459010199d7972edb56ac62e92f317893975802d 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -22959,9 +22959,6 @@ fn snippet_completions( is_incomplete = true; } - // TODO! ok to match the same snippet multiple times with different prefixes? (probably yes) - // TODO! ok to match the same prefix multiple times with different start points? (probably no) - completions.extend( matches .iter()