F# file formatting with visual studio code

1.8k Views Asked by At

I'm starting using VS code with F# and dotnet core. I've installed ionide extension but file formatting for F# is not working. How did you get it working in vs code?.

1

There are 1 best solutions below

0
On

Visual Studio Code will not react if the user presses Shift + Alt + F. On the contrary, Visual Studio F# Power Tools support code formatting.

There is an open issue: F# Source Code Formatting #274