提交 513025ed 编写于 作者: J Johannes Rieken

tab complete - also accept snippets

上级 ab93c7e1
...@@ -68,7 +68,7 @@ export class SuggestAlternatives { ...@@ -68,7 +68,7 @@ export class SuggestAlternatives {
if (newIndex === index) { if (newIndex === index) {
break; break;
} }
if (!model.items[newIndex].suggestion.insertTextIsSnippet && !model.items[newIndex].suggestion.additionalTextEdits) { if (!model.items[newIndex].suggestion.additionalTextEdits) {
break; break;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册