提交 60fed20b 编写于 作者: C CyrusNajmabadi

Order DocCommentHandler after Commit and Completion handlers.

上级 784c7f7a
......@@ -10,7 +10,7 @@ Imports Microsoft.VisualStudio.Utilities
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.DocumentationComments
<ExportCommandHandler(PredefinedCommandHandlerNames.DocumentationComments, ContentTypeNames.VisualBasicContentType)>
<Order(Before:=PredefinedCommandHandlerNames.Commit, After:=PredefinedCommandHandlerNames.Rename)>
<Order(After:=PredefinedCommandHandlerNames.Rename)>
<Order(After:=PredefinedCommandHandlerNames.Completion)>
Friend Class DocumentationCommentCommandHandler
Inherits AbstractDocumentationCommentCommandHandler(Of DocumentationCommentTriviaSyntax, DeclarationStatementSyntax)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册