提交 fa686192 编写于 作者: R Ravi Chande

Add explanatory comment

上级 23d559a7
......@@ -18,6 +18,9 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.Completion.Providers
Return SpecializedTasks.EmptyEnumerable(Of ISymbol)()
End If
' This providers provides fully qualified names, eg "DayOfWeek.Monday"
' Don't run after dot because SymbolCompletionProvider will provide
' members in situations like Dim x = DayOfWeek.$$
If context.TargetToken.IsKind(SyntaxKind.DotToken) Then
Return SpecializedTasks.EmptyEnumerable(Of ISymbol)()
End If
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册