Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 633
MariangeMarcano Avatar asked Sep 26 '17 08:09

MariangeMarcano


1 Answers

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

like image 113
wasmup Avatar answered Sep 29 '22 16:09

wasmup