rescript-vscode
rescript-vscode copied to clipboard
Doc comments on record fields do not show on hover.
E.g.
type sharedProps = {
/**
The id of the DOM element
*/
id?: string,
}