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

Can this be done? It seems like it would require us to implement our own XML metadatacache that stores the same information as the index service. Then perhaps generate the...

enhancement
up-for-grabs
discussion

_Dependent upon completion of #1412 & #1431_ move `getDocumentState`, `shouldGenerateDefinition`, `replace`, `getSymbolCacheDir`, `navigateToSource`, `tryFindSourceUrl`, https://github.com/fsprojects/VisualFSharpPowerTools/blob/master/src/FSharp.Editing.VisualStudio/Navigation/GoToDefinitionFilter.fs

enhancement
up-for-grabs
discussion

_Dependent upon completion of #1412_ extract out a function that takes the caret position and returns a range that will be translated to a span on the VS side.

enhancement
up-for-grabs
discussion

_Dependent on completion of #1412_ Extract the generation of the string to a function that takes the caret position and checks whether a doc comment should be returned,

enhancement
up-for-grabs
discussion

### Description Variables are incorrectly marked as unused. ### Repro steps ![image](https://cloud.githubusercontent.com/assets/1169339/15183879/4581d210-1793-11e6-9c23-b6f1b18a315f.png) ![image](https://cloud.githubusercontent.com/assets/1169339/15184004/d4cf722e-1793-11e6-90f0-2686dc85ee6a.png) ### Expected behavior `u` shouldn't be grayed. ### Actual behavior See picture. ### Known workarounds None. ###...

![1](https://cloud.githubusercontent.com/assets/873919/16462370/9e91a642-3e39-11e6-80b7-60e1781d95e0.gif)

upstream
minor bug

The colors was already defined as orange in the options, but my functions were always colored in black. I had to change its color again and then revert to the...

up-for-grabs
minor bug

- F12 should always jump to implementation (currently it jumps to function implementation and to type signature (fsi)) - If we are in FSI file, than F12 should not jump...

feature

![1](https://cloud.githubusercontent.com/assets/873919/12348304/018a9a06-bb77-11e5-8f82-5a8ea33dc462.gif)

minor bug

- ``` fsharp let f x = let (|PA|_|) x = Some x x ``` - Execute "Find all refs" on '(|PA|_|)` - It searches in current and all dependent...

minor bug