6

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?.

wrager
  • 813
  • 1
  • 7
  • 25
MariangeMarcano
  • 921
  • 1
  • 8
  • 20

1 Answers1

3

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

wasmup
  • 14,541
  • 6
  • 42
  • 58