Resharper Templates conflict with suggestions from Visual Studio
For instance: I have a R# live template that expands ff to (fun _ -> _) in f# files.
However, in later VS versions when I type ff, this expands to FSharpFunc or FSharpTypeFunc, selectable in a dropdown. So typing "f f tab" no longer works.
Nearly everything opens up a suggestion from VS.
Can I turn this VS suggestion off? Or are there other ideas about this conflict?
Please sign in to leave a comment.