提交 a8ba6656 编写于 作者: D Dustin Campbell

Specify includeDocumentationComments parameter in C# cref completion

上级 77152e59
......@@ -56,7 +56,7 @@ public override async Task ProduceCompletionListAsync(CompletionListContext cont
return;
}
var token = tree.FindTokenOnLeftOfPosition(position, cancellationToken)
var token = tree.FindTokenOnLeftOfPosition(position, cancellationToken, includeDocumentationComments: true)
.GetPreviousTokenIfTouchingWord(position);
// To get a Speculative SemanticModel (which is much faster), we need to
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册