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

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....

bug

I'm not suggesting anybody should actually write this sort of code :-), but: ![lint](https://cloud.githubusercontent.com/assets/485413/11104248/62d4169c-88bf-11e5-942f-6e70d9708319.png) The F# compiler warning ("Incomplete pattern matches ...") makes sense and that's fine. But the linter...

upstream
minor bug

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...

enhancement

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...

discussion

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) = ()...

enhancement
question

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...

bug

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...

enhancement
upstream

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...

enhancement
up-for-grabs

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,...

minor bug