You can run Fantomas as an external tool from inside Visual Studio 2019 by using the Tools menu.
This technique should be compatible with
git clone git@github.com:fsprojects/fantomas.git fantomas && cd $_
dotnet tool restore
dotnet paket restore
dotnet fake run build.fsx
The fsharp-support uses fantomas under the hood to format the source code. No need for any additional plugins.
The recommended way to use Fantomas is by using the Ionide plugin. Fantomas is integrated in FSAutoComplete which is the language server used by Ionide.
Alternatively, you can install the fantomas-fmt extension.