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

[ARCHIVED] Power commands for F# in Visual Studio

Results 63 zzarchive-VisualFSharpPowerTools issues
Sort by recently updated
recently updated
newest added

### Description The plugin gets disabled for no reason. So I don't get any of the help from FSharp Power Tools. ### Repro steps Don't know how to repro since...

minor bug
no-repro

FSharp PowerTools is crashing with following exception after last upgrade. Seems to be some issue with tasklist comment manager. Below is the related component from ActivityLog.xml ```xml 260 2017/03/02 08:35:39.519...

bug

changes to get solution to compile with FCS 10 notes: * I've fixed framework >= net40 in paket, this pulls less things and keep project files tidier * new FCS...

![image](https://cloud.githubusercontent.com/assets/873919/4271081/14349f08-3cd4-11e4-9e93-f16dc9c1ab56.png) ``` fsharp module Module1 = let (|Pattern1|_|) (_: int) = Some() let f = function | Pattern1 -> () | _ -> () ```

up-for-grabs
minor bug

I would like to get a "resolve unopened" fix for this (`open Sytem`) ``` fsharp String.Format("{0}", 42) ``` But I don't, because `String` is a valid, in-scope F# module name,...

bug
up-for-grabs

We should: - [ ] Support block comments between `(*` and `*)` - [ ] Recognize line comments in a more accurate way (by using lexer states)

enhancement
ready

When I generate the metadata for [`HostWorkspaceServices`](http://source.roslyn.io/#Microsoft.CodeAnalysis.Workspaces/Workspace/Host/HostWorkspaceServices.cs) ```csharp namespace Microsoft.CodeAnalysis.Host { /// /// Per workspace services provided by the host environment. /// public abstract class HostWorkspaceServices { /// /// The...

up-for-grabs
minor bug

### Description There should be an easy way to add type annotations to function parameters or remove them, as this operation currently requires a sequence of fiddly and largely mechanical...

up-for-grabs
feature-request

WIP Please review and discuss.

in progress

The ability to generate override member scaffolding on a type that's inheriting an abstract class would be useful.

feature-request
easy