fsharp
fsharp copied to clipboard
Module suffix is visible in VS tooltips
This code:
type MyType = { F: int }
module MyType =
let func123 x = x
Shows this tooltip for func123:
AFAIU the Module suffix is supposed to be hidden there, it's confusing like this.