zzarchive-VisualFSharpPowerTools
zzarchive-VisualFSharpPowerTools copied to clipboard
[ARCHIVED] Power commands for F# in Visual Studio
If a top-level symbol is defined without a scope keyword, then renaming it triggers a solution-wide rename. However such a symbol may actually be private or internal due to a...
Project one: ``` fsharp module Foo let bar a = a ``` Project two: ``` fsharp module FooTests open Foo open NUnit.Framework open FsUnit [] let ``identity`` () = Foo.bar...
 