提交 0e1de669 编写于 作者: R Ravi Chande

CR feedback

上级 4e8044e6
......@@ -465,7 +465,7 @@ public FilterResult(CompletionItem completionItem, string filterText, bool match
if (filterReason == CompletionFilterReason.BackspaceOrDelete &&
trigger.Kind == CompletionTriggerKind.Deletion)
{
return item.FilterText.GetCaseInsensitivePrefixLength(filterText) >= Math.Min(item.FilterText.Length, filterText.Length);
return item.FilterText.GetCaseInsensitivePrefixLength(filterText) == Math.Min(item.FilterText.Length, filterText.Length);
}
// If the user hasn't typed anything, and this item was preselected, or was in the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册