zzarchive-VisualFSharpPowerTools
zzarchive-VisualFSharpPowerTools copied to clipboard
[Resolve unopened namespaces] Smart tagger does not appear on active patterns
module Module1 =
let (|Pattern1|_|) (_: int) = Some()
let f = function
| Pattern1 -> ()
| _ -> ()
@vasily-kirichenko Have you taken a look at this?
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.
The feature has been ported to VFT repo.