fantomas-for-vs icon indicating copy to clipboard operation
fantomas-for-vs copied to clipboard

Visual Studio Formatter for F#

Results 18 fantomas-for-vs issues
Sort by recently updated
recently updated
newest added

Steps to reproduce: - Create or open a solution/project hosted in WSL2; - Open a .fs file you wish to format; - Format the file with Edit > Advanced >...

In VS 2022, 17.8.0, with Fantomas 6.2.0 installed both locally (`dotnet tool restore`) and globally (the command `fantomas` is available anywhere), I get the following: ```text Creating the Fantomas Daemon...

1. Install the extension to Visual Studio 2022 Preview 16.6 2. Enable the `Live buffers` feature ![image](https://user-images.githubusercontent.com/2365592/235685289-e22e594d-6a53-48e8-80c4-bd27d3b2a5e0.png) 3. Try to format an F# file 4. See that nothing happens cc...

It could be because of something happening during assembly fusion. Will need to debug.

I did some experiments to resolve #44 and thought I might as well make a PR out of it. This adds [Visual Studio Community Toolkit](https://learn.microsoft.com/en-us/visualstudio/extensibility/vsix/visual-studio-community-toolkit?view=vs-2022) as dependency. See also: [https://www.vsixcookbook.com/](https://www.vsixcookbook.com)...

Explains that the extension is not coupled to a specific Fantomas version

On latest `F# Formatter` extension for VS2022, formatting this ```fsharp let webApp = choose [ GET >=> choose [ route "/" >=> indexHandler "world" routef "/hello/%s" indexHandler ] setStatusCode 404...

I have a folder with .fsx scripts. When I open it in Visual Studio 2022, formatting doesn't work, because the package is not loaded. It waits indefinitely for `FantomasVsPackage.Instance` here:...

I tried to install the extension to Visual Studio Community 2022 (ARM 64-bit) on Windows 11 Pro (ARM64). Here's the log: ~~~~ 12/7/2022 1:24:16 AM - Microsoft VSIX Installer 12/7/2022...