You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found this on nuget and was wondering if it can be used outside of Rider?
A while ago I read that fantomas might end up in FSharp.Compiler.Service.
So now I'm curious where the team is heading with the usage of Fantomas. Will you eventually swap to the FCS version once it is stable?
On a side note is the formatting of F# code already available in Rider 2017.2?
The text was updated successfully, but these errors were encountered:
@nojaf It is a version built against latest FCS, nothing is added, something not needed in our case is cut. This package should have been unlisted in NuGet, although technically it could be used outside Rider if a newer FCS is needed (e.g. for using FSharpParsingOptions instead of FSharpProjectOptions). A better approach would be to open a PR incorporating changes needed for the newer FCS in the Fantomas repo and ask its maintainers to publish a newer build to NuGet. I'm going to do it at some point if no one else does it before.
We'll definitely move to the Fantomas bundled in FCS once it's integrated (see a newer discussion here), but looking at the discussion I doubt it'll happen anytime soon.
As of Rider 2017.2.1 selection formatting was disabled but should work for file level in cases where Fantomas is able to reformat it.
I just found this on nuget and was wondering if it can be used outside of Rider?
A while ago I read that fantomas might end up in FSharp.Compiler.Service.
So now I'm curious where the team is heading with the usage of Fantomas. Will you eventually swap to the FCS version once it is stable?
On a side note is the formatting of F# code already available in Rider 2017.2?
The text was updated successfully, but these errors were encountered: