If I define a record where labels are on a new line:
type R =
{ MyInt: int
MyString: string
MyDateTime: System.DateTime }
type R' = { I: int }
It formats the tooltip with semicolons at the end of the labels:

Ditto for a single-label record:

This asymmetry is a bit bothersome.
If I define a record where labels are on a new line:
It formats the tooltip with semicolons at the end of the labels:
Ditto for a single-label record:
This asymmetry is a bit bothersome.