提交 1ed1bb5f 编写于 作者: J Jared Hester

get DotContext on punctuation

上级 95d32108
......@@ -38,7 +38,7 @@ type internal FSharpHelpContextService
match token.ClassificationType with
| ClassificationTypeNames.Text
| ClassificationTypeNames.WhiteSpace -> true
| ClassificationTypeNames.Operator when content = "." -> true
| (ClassificationTypeNames.Operator|ClassificationTypeNames.Punctuation)when content = "." -> true
| _ -> false
let tokenInformation, col =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册