zzarchive-VisualFSharpPowerTools
zzarchive-VisualFSharpPowerTools copied to clipboard
[ARCHIVED] Power commands for F# in Visual Studio
### 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...
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...
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...
 ``` fsharp module Module1 = let (|Pattern1|_|) (_: int) = Some() let f = function | Pattern1 -> () | _ -> () ```
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,...
We should: - [ ] Support block comments between `(*` and `*)` - [ ] Recognize line comments in a more accurate way (by using lexer states)
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...
### 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...
The ability to generate override member scaffolding on a type that's inheriting an abstract class would be useful.