zzarchive-VisualFSharpPowerTools
zzarchive-VisualFSharpPowerTools copied to clipboard
[ARCHIVED] Power commands for F# in Visual Studio
### Description I develop web apps with fable . There optionally we don't have a project file but only fsx script files. Lint configuration is not allowed for such cases....
This issue tracks to overall progress of refactoring the VisualFSharpPowerTools codebase and moving functionality and core business logic to FSharp.Editing from FSharp.Editing.VisualStudio to enable out of process execution of FCS...
The original code before formatting (note the position of `end`, if it is after the methods then methods are not removed on formatting): ``` fsharp namespace NRText open System ///...
I just removed some very old snippets of code from the Visual F# Tools code base that were related to project system support for the WPF designer (and perhaps some...
Currently this allows goes into a Scripts/ folder. This can cause issues with Type Providers if the script that loads `load-references-debug.fsx` if in a different location e.g. top-level. We should...
UserVoice request: http://vfpt.uservoice.com/forums/247560-general/suggestions/5818930-generate-fsi-file-from-fs-file **Proposal 1: Use signature generation from VFPT** Pros: - Support XmlDoc comments - Support type constraints Cons: - Only support pretty printing a single symbol at a...
In order to move the functionality of some of the features over to VFPT.Core we need an open documents tracker on the Core side that will store the dirty buffers...
_Dependent upon completion of Open Documents Tracker_ #1410 `IProjectProvider` interface will be defined and the `ProjectProvider` type will be implemented in VFPT.Core. (Logic may still need to have a `VsProjectProvider`...
_Dependent upon completion of Open Documents Tracker #1410_ Much of the functionality of the `VSLanguageService` can be moved to the `LanguageService` - unsure how to address `buildQueryLexState`, to start ignore...