You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for report. I have to investigate this later: I'm about to port fsharp mode to lsp. I hope we can use textDocument/rangeFormatting in the near future.
Description
I cannot get fsharp-mode to correctly indent nested arrays
Repro steps
Try to type something like
Expected behavior
Would expect the TAB key to propose the correct indentation for the integer values.
Actual behavior
The cursor can only move to the beginning of line or at the first tab stop, with these results:
Known workarounds
manually indent the first array element
Related information
Arch linux
Installed from melpa
27.0.50
netcore 3.0.0 preview
The text was updated successfully, but these errors were encountered: