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()