Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
99 views

Visual Studio Usings Plugin

I find the usings remove and sort ability to be highly useful, but does anyone know of a tool that will scan my code looking for unrecognized types, look through available namespaces, and offer me ...
1
vote
2answers
567 views

Seq.generate_using is MIA in F#

I'm trying to use the Seq.generate_using function, but, unfortunately, I don't seem to be able to find it. I thought it would be living here: Microsoft.FSharp.Collections.Seq.generate_using ...