rescript-vscode icon indicating copy to clipboard operation
rescript-vscode copied to clipboard

Doc comments on record fields do not show on hover.

Open cristianoc opened this issue 1 year ago • 0 comments

E.g.

type sharedProps = {
  /**
  The id of the DOM element
  */
  id?: string,
}

cristianoc avatar Apr 28 '23 17:04 cristianoc