提交 c3405e5b 编写于 作者: C CyrusNajmabadi

C# already computes the right insertion text when we make the item. No need to recompute it.

上级 603572ce
......@@ -35,7 +35,7 @@ protected override bool IsInstrinsic(ISymbol s)
protected override string GetInsertionText(
CompletionItem item, ISymbol symbol, SyntaxContext context, char ch)
{
return GetInsertionText(symbol, context);
return SymbolCompletionItem.GetInsertionText(item);
}
public static string GetInsertionText(ISymbol symbol, SyntaxContext context)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册