zzarchive-VisualFSharpPowerTools
zzarchive-VisualFSharpPowerTools copied to clipboard
[ARCHIVED] Power commands for F# in Visual Studio
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...
_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
_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.
_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,
### Description Variables are incorrectly marked as unused. ### Repro steps   ### Expected behavior `u` shouldn't be grayed. ### Actual behavior See picture. ### Known workarounds None. ###...

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

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