Florian Verdonck
Florian Verdonck
Great, thanks!
We used to have such a thing in the other AST views, where you could click an item and highlight it in the text. The proposal you made could work...
This works now when you click on the range text itself. (For example `(1,0--1,7)`). Close enough?
This one is scary as we use this to general the URLs. We might want to test this manually first.
Hello, There might be some confusion between the framework and SDK versions. What do you get when you run `dotnet --version`? And do you have a `global.json` file?
Ok, and to be clear you've installed Fantomas in your local folder via: ``` dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local fantomas...
Ok, thanks. And to double-check, formatting the file using the command line does not give the problem right? `dotnet fantomas ./folder/file.fs`
Hmm, weird. Could you create a script (f.ex `script.fsx`) (next to `minimal.fs`) with: ```fsharp #r "nuget: Fantomas.Client, 0.8.0" open System open System.IO open Fantomas.Client.Contracts open Fantomas.Client.LSPFantomasService let service : FantomasService...
Thanks, good to see that this part is working out. @deviousasti I believe this might be a problem in the plugin. Is there any way @mbacarella can get some logs...
Hey Asti, I'm afraid I can't really add anything useful here. Rider uses a custom editorconfig parsing thing, they added attributes for each setting as well: https://github.com/JetBrains/fsharp-support/blob/93ab17493a34a0bc0fd4c70b11adde02f81455c4/ReSharper.FSharp/src/FSharp.Psi/src/CodeFormatter/FSharpFormatSettingsKey.cs Ionide does not...