Published

Tags

A word on triple-slash comments

Intro Yesterday, pretty much out of nowhere, FCS 41.0.3 was published on NuGet. I must say, I’m pretty hyped about this release. It contains a few PRs that improve the syntax tree and provide more information to work within Fantomas. It also contains some XML documentation improvements that Alex of the Rider team has been working on. You can read the details about this new XML collecting mechanism in this RFC. It is a nice improvement and I’ve decided to implement an enhancement in Fantomas due to these changes. There actually are comments in the syntax…

Published

Tags

Fantomas Daemon

Intro The F# advent calendar is a wonderful initiative that inspires the community to create new content in a short period of time. I’ve been fortunate enough to be part of this for some years now. This year, I had in mind to sit this one out actually. Sometimes, there are just no new tales to tell and it is better suited to give others an opportunity. When I noticed that Sergey still had some spots left to fill, I did happily volunteer, though didn’t think it through that much. My original thought for this post was to create some content around the F…

Published

Tags

Gitpod & Snowpack

Hey all, For my F# Advent calendar entry of 2020 I messed around with Gitpod, Snowpack & Fable. You can find the result in this video: Take care everyone! Cheers, nojaf Photo by Annie Spratt on Unsplash

Published

Tags

Fantomas configuration file

Hi all, The cat’s out of the bag: Fantomas now has support for configuration files. This means you can override the default settings using a JSON file. Check out the documentation for more information. In this post I wish to answer a couple of small questions about the Fantomas configuration files. JSON schema? We’ve added a JSON schema definition to http://schemastore.org. So to get intellisense in most editors, you can add to the configuration file. Ionide integration? When using the latest Ionide version (4.4.3 and higher), your configuration will…

Published

Tags

Using Create React App with Fable

Introduction 2019 has been a great year for me for all things F# related! I helped out with the organization of FableConf in Antwerp, gave a webinar at JetBrains and was able to release Fantomas 3.0. To wrap up the decade I’m writing this post as part of the F# Advent Calendar in English 2019. I had fun last year and I wish to continue this trend. To Feliz or not to Feliz Feliz has been receiving some traction in the community and at one-point Zaid asked me what I thought about it. My reply was, well it’s not for everybody 😅. In this blog post I’m going…