MariangeMarcano
MariangeMarcano

Reputation: 951

F# file formatting with visual studio code

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

Upvotes: 6

Views: 1929

Answers (1)

wasmup
wasmup

Reputation: 16223

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

Upvotes: 3

Related Questions