zzarchive-VisualFSharpPowerTools icon indicating copy to clipboard operation
zzarchive-VisualFSharpPowerTools copied to clipboard

[Resolve unopened namespaces] Smart tagger does not appear on active patterns

Open vasily-kirichenko opened this issue 10 years ago • 3 comments

image

module Module1 =
    let (|Pattern1|_|) (_: int) = Some()

let f = function
    | Pattern1 -> ()
    | _ -> ()

vasily-kirichenko avatar Sep 15 '14 12:09 vasily-kirichenko

@vasily-kirichenko Have you taken a look at this?

dungpa avatar Oct 25 '14 22:10 dungpa

No. It's not a huge bug and it seems to be not as easy to fix, so I'm not going to fix it soon.

vasily-kirichenko avatar Oct 26 '14 07:10 vasily-kirichenko

The feature has been ported to VFT repo.

vasily-kirichenko avatar Dec 22 '16 08:12 vasily-kirichenko