Feature Request: Complete XML markers in C# comments

The preferred way to document C# methods and properties is with /// XML comments. E.g:

///<summary>This is a pointless method.</summary>
void test() {
  break;
}

As far as I can tell in the Fire IDE, it doesn’t automatically close the XML tags like it does when writing an actual XML document. Could this option be added as a preference perhaps?

Thanks, logged as bugs://84411

1 Like