fsharp icon indicating copy to clipboard operation
fsharp copied to clipboard

Module suffix is visible in VS tooltips

Open psfinaki opened this issue 1 year ago • 0 comments

This code:

type MyType = { F: int }

module MyType =
    let func123 x = x

Shows this tooltip for func123: image

AFAIU the Module suffix is supposed to be hidden there, it's confusing like this.

psfinaki avatar Jun 21 '24 17:06 psfinaki