|
|
|
@ -2988,6 +2988,12 @@ namespace ICSharpCode.NRefactory.CSharp.Completion |
|
|
|
} |
|
|
|
} |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static IEnumerable<string> CommentTags { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return commentTags; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
string GetLastClosingXmlCommentTag() |
|
|
|
string GetLastClosingXmlCommentTag() |
|
|
|
{ |
|
|
|
{ |
|
|
|
var line = document.GetLineByNumber(location.Line); |
|
|
|
var line = document.GetLineByNumber(location.Line); |
|
|
|
|