Found better fix. This reverts commit 8b7b3f708b.
8b7b3f708b
@ -2980,24 +2980,24 @@ namespace ICSharpCode.NRefactory.CSharp.Completion
#region Xml Comments
static readonly List<string> commentTags = new List<string>(new string[] {
"code",
"c",
"example",
"exception",
"include",
"listheader",
"list",
"item",
"term",
"description",
"paramref",
"param",
"para",
"permission",
"remarks",
"returns",
"seealso",
"see",
"summary",
"value"
}