zzarchive-VisualFSharpPowerTools
zzarchive-VisualFSharpPowerTools copied to clipboard
[ARCHIVED] Power commands for F# in Visual Studio
VS 2015, just after opening VFPT solution: ``` [VFPT][Error 04:41:37 PM] Context: Exception occurs while querying lexing states. Exception Message: Object reference not set to an instance of an object....
I'm not suggesting anybody should actually write this sort of code :-), but:  The F# compiler warning ("Incomplete pattern matches ...") makes sense and that's fine. But the linter...
I cannot determine how to add a global settings file for **Lint**. If this is currently possible, please document or make clear in the settings UI; otherwise, please consider adding...
I'm creating this issue quite early. Source indexing will hopefully be added to Portable PDBs in time for Visual Studio 2015 Update 2. Update 1 has support for portable PDBs...
Hey guys, I noticed something lately. Let's say `User` is defined in `Namespace.ModuleB`, and my cursor is located at **$** ``` fsharp module Namespace.ModuleA let f (u: $User) = ()...
Steps to repro: - 1. Create a new F# Class Library in VS2015. This will create a NET 4.5, F# 4.0 project. 2. Add NuGet references to `Microsoft.Bcl.Async`. This has...
Hi All, _Thanks for making it so easy to get VFPT up and running locally! It only took me 10 mins to get going._ I can't seem to make _implement...
When using the Column Guides feature from Productivity Power Tools in VS 2013 together with Indent Guides/Depth Colorizer, the column guides are not visible in F# files until after the...
Given the following declarations, the `Gray out unused declarations` option correctly grays out `f'` and adds a marker to the scroll bar. The definition for `f` is not grayed out,...